Skip to content

Commit ba42a1f

Browse files
committed
chore: pin tao and wry to latest patch versions
they include necessary bug fixes for the 2.4 release
1 parent 1cd8f55 commit ba42a1f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tauri-runtime-wry/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ rustc-args = ["--cfg", "docsrs"]
1717
rustdoc-args = ["--cfg", "docsrs"]
1818

1919
[dependencies]
20-
wry = { version = "0.50.4", default-features = false, features = [
20+
wry = { version = "0.50.5", default-features = false, features = [
2121
"drag-drop",
2222
"protocol",
2323
"os-webview",
2424
"linux-body",
2525
] }
26-
tao = { version = "0.32.2", default-features = false, features = ["rwh_06"] }
26+
tao = { version = "0.32.8", default-features = false, features = ["rwh_06"] }
2727
tauri-runtime = { version = "2.4.0", path = "../tauri-runtime" }
2828
tauri-utils = { version = "2.2.0", path = "../tauri-utils" }
2929
raw-window-handle = "0.6"

0 commit comments

Comments
 (0)