chore(deps): set wry to git dev branch

This commit is contained in:
Lucas Nogueira 2022-10-08 15:53:38 -03:00
parent 208ce34f1e
commit ecf6a8ad10
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1
2 changed files with 1 additions and 4 deletions

View File

@ -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"}

View File

@ -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" ] }