Skip to content

Commit

Permalink
fix: update tauri-plugin-window-state
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 22, 2023
1 parent c09e7e8 commit 7b69128
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 33 deletions.
72 changes: 40 additions & 32 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async-recursion = "1.0.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.1", features = ["api-all", "icon-ico", "icon-png", "system-tray", "devtools"] }
tauri-plugin-window-state = { version = "^0.1.0" }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-deep-link = { version = "^0.1.2" }
reqwest = { version = "0.11.14", features = ["blocking"] }
base64 = "0.13.0"
Expand Down

0 comments on commit 7b69128

Please sign in to comment.