build: Switch wry to bleeding-edge release
This commit is contained in:
@@ -20,10 +20,13 @@ serde_json = "1.0.86"
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
tauri = { version = "1.2.0", features = ["api-all"] }
|
||||
image = "0.24.5"
|
||||
wry = "0.21.1"
|
||||
tauri-utils = "1.2.0"
|
||||
webbrowser = "0.8.2"
|
||||
|
||||
[dependencies.wry]
|
||||
git = "https://github.com/tauri-apps/wry.git"
|
||||
rev = "7c6d64acea4414f7c960b38b80ea9ec3628db2a8"
|
||||
|
||||
[features]
|
||||
# by default Tauri runs in production mode
|
||||
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL
|
||||
|
||||
Reference in New Issue
Block a user