chore(deps): update tauri to 2.0.0-alpha.4, tauri-build to 2.0.0-alpha.2

This commit is contained in:
Lucas Nogueira
2023-03-20 09:02:13 -03:00
parent e53788240c
commit 39b144df42
2 changed files with 23 additions and 16 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ resolver = "2"
[workspace.dependencies]
serde = { version = "1", features = ["derive"] }
log = "0.4"
tauri = { git = "https://github.com/tauri-apps/tauri", branch = "next" }
tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "next" }
tauri = "2.0.0-alpha.4"
tauri-build = "2.0.0-alpha.2"
serde_json = "1"
thiserror = "1"