chore: update to tauri alpha.16, api alpha.9 (#673)

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
This commit is contained in:
Lucas Fernandes Nogueira
2023-10-20 13:50:18 -03:00
committed by GitHub
parent b7c5407cac
commit 5c137365c6
132 changed files with 1569 additions and 1692 deletions
@@ -9,6 +9,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "2.0.0-alpha.15"
"@tauri-apps/cli": "2.0.0-alpha.16"
}
}
@@ -5,7 +5,7 @@ description = "A Tauri App"
authors = [ "You" ]
repository = ""
edition = "2021"
rust-version = "1.65"
rust-version = "1.70"
[dependencies]
serde_json = { workspace = true }