Use minor version target

This commit is contained in:
Thorsten Sommer 2024-08-25 10:36:07 +02:00
parent e346157740
commit 1a2ad4aa0f
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -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" } tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" 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" arboard = "3.4.0"
tokio = "1.39" tokio = "1.39"
flexi_logger = "0.28" flexi_logger = "0.28"