less specific tauri version

pull/2026/head
Fabian-Lars 9 months ago committed by GitHub
parent 71b9fb4fe8
commit dc31250c1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save