chore(deps): update to tauri beta.9 (#1037)

This commit is contained in:
Lucas Fernandes Nogueira
2024-03-07 00:08:52 -03:00
committed by GitHub
parent 16fc0f2ee3
commit cacf544d51
58 changed files with 374 additions and 339 deletions
@@ -9,6 +9,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "2.0.0-beta.3"
"@tauri-apps/cli": "2.0.0-beta.7"
}
}
@@ -2,7 +2,7 @@
name = "single-instance-example"
version = "0.1.0"
description = "A Tauri App"
authors = [ "You" ]
authors = ["You"]
repository = ""
edition = "2021"
rust-version = "1.75"
@@ -17,4 +17,4 @@ tauri-plugin-single-instance = { path = "../../../" }
tauri-build = { workspace = true }
[features]
custom-protocol = [ "tauri/custom-protocol" ]
prod = ["tauri/custom-protocol"]