diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0f78d48..4646a2b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -16,7 +16,7 @@ tauri = { version = "2.0.0-beta", features = [ "devtools"] } serde = { version = "1", features = ["derive"] } serde_json = "1" log = { version = "0.4.21", features = [] } -tauri-plugin-shell = "2.0.0-beta.7" +tauri-plugin-shell = "2.0.0-beta" tauri-plugin-window-state = "=2.0.0-beta.11" redis = { version = "0.25.4", features = ["tokio-comp"] } anyhow = "1.0.86"