vendor/assets/src-tauri/Cargo.toml in atome-0.5.7.5.3 vs vendor/assets/src-tauri/Cargo.toml in atome-0.5.7.5.4

- old
+ new

@@ -1,9 +1,9 @@ [package] name = "atome" version = "0.0.0" -description = "A Tauri App" +description = "atome" authors = ["you"] license = "" repository = "" edition = "2021" rust-version = "1.57" @@ -14,10 +14,10 @@ tauri-build = {version = "1.2", features = [] } [dependencies] serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -tauri = {version = "1.5", features = ["api-all"] } +tauri = {version = "1.6", features = ["api-all"] } [features] # by default Tauri runs in production mode # when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL default = [ "custom-protocol" ]