Skip to content

Commit

Permalink
less specific versions for tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Nov 11, 2024
1 parent 201486c commit 150d761
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ resolver = "2"
[workspace.dependencies]
serde = { version = "1", features = ["derive"] }
log = "0.4"
tauri = { version = "2.1.1", default-features = false }
tauri-build = "2.0.1"
tauri-plugin = "2.0.1"
tauri-utils = "2.1.0"
tauri = { version = "2", default-features = false }
tauri-build = "2"
tauri-plugin = "2"
tauri-utils = "2"
serde_json = "1"
thiserror = "1"
url = "2"
Expand Down

0 comments on commit 150d761

Please sign in to comment.