瀏覽代碼

chore(deps): pin wry to 0.22.6

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

+ 1 - 1
core/tauri-runtime-wry/Cargo.toml

@@ -13,7 +13,7 @@ exclude = [ "CHANGELOG.md", "/target" ]
 readme = "README.md"
 
 [dependencies]
-wry = { version = "0.22.4", default-features = false, features = [ "file-drop", "protocol" ] }
+wry = { version = "0.22.6", default-features = false, features = [ "file-drop", "protocol" ] }
 tauri-runtime = { version = "0.12.1", path = "../tauri-runtime" }
 tauri-utils = { version = "1.2.1", path = "../tauri-utils" }
 uuid = { version = "1", features = [ "v4" ] }