fix: update tauri-plugin-autostart to version 2.4.0 and change source to crates.io

This commit is contained in:
Tunglies
2025-06-18 01:34:33 +08:00
parent 0a0a25913b
commit 15f05748a5
2 changed files with 4 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ winapi = { version = "0.3.9", features = [
users = "0.11.0"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-autostart = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-plugin-autostart = "2.4.0"
tauri-plugin-global-shortcut = "2.2.1"
tauri-plugin-updater = "2.8.1"