update
This commit is contained in:
@@ -19,7 +19,7 @@ serde_json = "1.0"
|
||||
sha2 = "0.10.6"
|
||||
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tauri = { version = "1.2.3", features = ["api-all", "devtools"] }
|
||||
tauri = { version = "1.2.3", features = ["api-all", "devtools", "updater"] }
|
||||
[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
|
||||
|
Reference in New Issue
Block a user