浏览代码

fix(tauri) add version to web-view git deps (#665)

version updates
Lucas Fernandes Nogueira 5 年之前
父节点
当前提交
3218af63ef
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tauri/Cargo.toml

+ 2 - 2
tauri/Cargo.toml

@@ -12,8 +12,8 @@ exclude = ["test/fixture/**"]
 [dependencies]
 serde_json = "1.0"
 serde = { version = "1.0", features = ["derive"] }
-webview-sys = { git = "https://github.com/tauri-apps/web-view" }
-web-view = { git = "https://github.com/tauri-apps/web-view" }
+webview-sys = { git = "https://github.com/tauri-apps/web-view", version = "0.5.0" }
+web-view = { git = "https://github.com/tauri-apps/web-view", version = "0.6.2" }
 tauri_includedir = "0.5.0"
 phf = "0.8.0"
 base64 = "0.12.1"