🔧 update version

This commit is contained in:
Tw93
2023-06-19 21:12:45 +08:00
parent fc57e2f03c
commit 5678cf316d
3 changed files with 102 additions and 159 deletions

View File

@@ -17,7 +17,7 @@ tauri-build = { version = "1.4.0", features = [] }
[dependencies]
serde_json = "1.0.96"
serde = { version = "1.0.163", features = ["derive"] }
tauri = { version = "1.4.0", features = ["api-all", "system-tray"] }
tauri = { version = "1.4.1", features = ["api-all", "system-tray"] }
download_rs = { version = "0.2.0", features = ["sync_download"] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }