mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 21:39:46 +00:00
Use minor version target
This commit is contained in:
parent
e346157740
commit
1a2ad4aa0f
@ -13,7 +13,7 @@ tauri = { version = "1.7.1", features = [ "updater", "http-all", "shell-sidecar"
|
||||
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
keyring = { version = "3.2.0", features = ["apple-native", "windows-native", "sync-secret-service"] }
|
||||
keyring = { version = "3.2", features = ["apple-native", "windows-native", "sync-secret-service"] }
|
||||
arboard = "3.4.0"
|
||||
tokio = "1.39"
|
||||
flexi_logger = "0.28"
|
||||
|
Loading…
Reference in New Issue
Block a user