From ecf6a8ad10cb9930369ec0683897d64edd6d7d5c Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sat, 8 Oct 2022 15:53:38 -0300 Subject: [PATCH] chore(deps): set wry to git dev branch --- Cargo.toml | 3 --- core/tauri-runtime-wry/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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" ] }