Skip to content

Commit

Permalink
Use crates.io instead of git URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Neved4 committed Sep 12, 2024
1 parent 58ef148 commit 59de259
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ tauri-build = { version = "1.5.3", features = [] }
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-plugin-window-state = "0.1.1"

[features]
# by default Tauri runs in production mode
Expand Down

0 comments on commit 59de259

Please sign in to comment.