mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
Update Cargo.toml
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ resolver = "2"
|
|||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
tauri = "2.0.0-alpha.2"
|
tauri = { git = "https://github.com/tauri-apps/tauri", branch = "next" }
|
||||||
tauri-build = "1"
|
tauri-build = "1"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user