update example

This commit is contained in:
Lucas Nogueira
2023-04-04 15:42:31 -03:00
parent adda363798
commit b2ae7204b0
7 changed files with 16 additions and 105 deletions
@@ -14,7 +14,7 @@ rust-version = "1.64"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "next", features = [] }
tauri-build = { version = "2.0.0-alpha.3", features = [] }
[dependencies]
serde_json = "1.0"