Skip to content

Commit

Permalink
chore(deps): update wry to 0.22 (#5573)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Nov 8, 2022
1 parent 1aba178 commit 3afccfc
Show file tree
Hide file tree
Showing 7 changed files with 1,740 additions and 1,290 deletions.
2 changes: 1 addition & 1 deletion core/tauri-runtime-wry/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"

[dependencies]
wry = { git = "https://github.com/tauri-apps/wry", branch = "dev", default-features = false, features = [ "file-drop", "protocol" ] }
wry = { version = "0.22", 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" ] }
Expand Down

0 comments on commit 3afccfc

Please sign in to comment.