chore(deps): wry 0.9.1 (#1761)

This commit is contained in:
Lucas Fernandes Nogueira 2021-05-09 22:50:16 -03:00 committed by GitHub
parent 4687538987
commit b6b4128885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ description = "Wry bindings to the Tauri runtime"
edition = "2018"
[dependencies]
wry = { git = "https://github.com/tauri-apps/wry", rev = "6bc97aff525644b83a3a00537316c46d7afb985b" }
wry = "0.9.1"
tauri-runtime = { version = "0.0.0", path = "../tauri-runtime" }
tauri-utils = { version = "1.0.0-beta-rc.1", path = "../tauri-utils" }
image = "0.23"