Skip to content

Commit

Permalink
更新 Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
luyanci authored Mar 16, 2024
1 parent 809a84a commit ec1803b
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 @@ -8,10 +8,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1", features = [] }
tauri-build = { version = "1.5", features = [] }

[dependencies]
tauri = { version = "1", features = ["window-all", "dialog-all", "devtools","windows7-compat"] }
tauri = { version = "1.5", features = ["window-all", "dialog-all", "devtools","windows7-compat"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

Expand Down

0 comments on commit ec1803b

Please sign in to comment.