mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
Update Cargo.toml
This commit is contained in:
committed by
GitHub
parent
37e0511020
commit
e151ffcf61
+2
-2
@@ -6,7 +6,7 @@ resolver = "2"
|
|||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
tauri = { git = "https://github.com/tauri-apps/tauri", branch = "next" }
|
tauri = { git = "https://github.com/tauri-apps/tauri", branch = "next" }
|
||||||
tauri-build = "1"
|
tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "next" }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|
||||||
@@ -14,4 +14,4 @@ thiserror = "1"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = [ "Tauri Programme within The Commons Conservancy" ]
|
authors = [ "Tauri Programme within The Commons Conservancy" ]
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
rust-version = "1.59"
|
rust-version = "1.59"
|
||||||
|
|||||||
Reference in New Issue
Block a user