Skip to content

Commit

Permalink
update wry to 0.39.3 to prevent dependency version mismatches
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Apr 30, 2024
1 parent eab0219 commit 5b799a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = { workspace = true }
rust-version = { workspace = true }

[dependencies]
wry = { version = "0.39", default-features = false, features = [ "drag-drop", "protocol", "os-webview" ] }
wry = { version = "0.39.3", default-features = false, features = [ "drag-drop", "protocol", "os-webview" ] }
tao = { version = "0.27", default-features = false, features = [ "rwh_06" ] }
tauri-runtime = { version = "2.0.0-beta.13", path = "../tauri-runtime" }
tauri-utils = { version = "2.0.0-beta.13", path = "../tauri-utils" }
Expand Down

0 comments on commit 5b799a8

Please sign in to comment.