Browse Source

Update core/tauri-runtime-wry/Cargo.toml

Amr Bashir 1 year ago
parent
commit
1cd4f992d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/tauri-runtime-wry/Cargo.toml

+ 1 - 1
core/tauri-runtime-wry/Cargo.toml

@@ -14,7 +14,7 @@ rust-version = { workspace = true }
 
 [dependencies]
 wry = { version = "0.39.3", default-features = false, features = [ "drag-drop", "protocol", "os-webview" ] }
-tao = { git = "https://github.com/tauri-apps/tao", default-features = false, features = [ "rwh_06" ] }
+tao = { version = "0.28", 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" }
 raw-window-handle = "0.6"