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 5612eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5612eec

Please sign in to comment.