瀏覽代碼

chore(deps): set wry to git dev branch

Lucas Nogueira 2 年之前
父節點
當前提交
ecf6a8ad10
共有 2 個文件被更改,包括 1 次插入4 次删除
  1. 0 3
      Cargo.toml
  2. 1 1
      core/tauri-runtime-wry/Cargo.toml

+ 0 - 3
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"}

+ 1 - 1
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" ] }