Skip to content

Commit

Permalink
fix 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Sep 1, 2024
1 parent 37a9cd7 commit 22df362
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.5.1", features = [] }
tauri-build = { version = "1.5.4", features = [] }

[dependencies]
tauri = { version = "1.5.4", features = ["shell-open"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
tauri = { version = "1.7.2", features = ["shell-open"] }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"

[features]
custom-protocol = ["tauri/custom-protocol"]

0 comments on commit 22df362

Please sign in to comment.