diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 8cd9d1d..2cf0dd4 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -17,8 +17,8 @@ tauri-build = { version = "1.5.3", features = [] } [dependencies] serde_json = "1.0.109" serde = { version = "1.0.193", features = ["derive"] } -tauri = { version = "1.6.8", features = ["api-all", "devtools", "updater"] } -tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } +tauri = { version = "1.7.1", features = ["api-all", "devtools", "updater"] } +tauri-plugin-window-state = "0.1.1" [features] # by default Tauri runs in production mode