diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index 8d535015a..65eb5de46 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -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"