Skip to content

Commit

Permalink
chore(deps): update tao to 0.28.1 (#10130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master authored Jun 26, 2024
1 parent f21029b commit 7d85f7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 54 deletions.
62 changes: 9 additions & 53 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 @@ -14,7 +14,7 @@ rust-version = { workspace = true }

[dependencies]
wry = { version = "0.41", default-features = false, features = [ "drag-drop", "protocol", "os-webview" ] }
tao = { version = "0.28", default-features = false, features = [ "rwh_06" ] }
tao = { version = "0.28.1", default-features = false, features = [ "rwh_06" ] }
tauri-runtime = { version = "2.0.0-beta.18", path = "../tauri-runtime" }
tauri-utils = { version = "2.0.0-beta.17", path = "../tauri-utils" }
raw-window-handle = "0.6"
Expand Down

0 comments on commit 7d85f7c

Please sign in to comment.