diff --git a/Cargo.toml b/Cargo.toml index 6af640921..53de27cd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,3 @@ codegen-units = 1 lto = true incremental = false opt-level = "s" - -[patch.crates-io] -wry = { git = "http://github.com/tauri-apps/wry"} \ No newline at end of file diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index 6c0f51def..9316e150c 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -13,7 +13,7 @@ exclude = [ "CHANGELOG.md", "/target" ] readme = "README.md" [dependencies] -wry = { version = "0.21", default-features = false, features = [ "file-drop", "protocol" ] } +wry = { git = "https://github.com/tauri-apps/wry", branch = "dev", default-features = false, features = [ "file-drop", "protocol" ] } tauri-runtime = { version = "0.11.1", path = "../tauri-runtime" } tauri-utils = { version = "1.1.1", path = "../tauri-utils" } uuid = { version = "1", features = [ "v4" ] }