bump tauri

This commit is contained in:
Fractal-Tess
2022-09-21 21:07:19 +03:00
parent c8c9b853e3
commit 124ab3926a
2 changed files with 112 additions and 173 deletions

View File

@@ -20,7 +20,7 @@ sha2 = "0.10.2"
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/tauri-plugin-window-state", branch = "dev" }
tauri-plugin-store = { git = "https://github.com/tauri-apps/tauri-plugin-store", branch="dev" }
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.5", features = ["api-all", "devtools"] }
tauri = { version = "1.1.1", features = ["api-all", "devtools"] }
[features]
# by default Tauri runs in production mode