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

5
src-tauri/Cargo.lock generated
View File

@@ -6977,8 +6977,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-plugin-autostart" name = "tauri-plugin-autostart"
version = "2.3.0" version = "2.4.0"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#9bc4b2230ebb32bd30a4c0c2a21077829a729193" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9641831518c56775a364a8750e0eed8852adee87e0f11006d043b9ebba0bf5"
dependencies = [ dependencies = [
"auto-launch", "auto-launch",
"serde", "serde",

View File

@@ -99,7 +99,7 @@ winapi = { version = "0.3.9", features = [
users = "0.11.0" users = "0.11.0"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] [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-global-shortcut = "2.2.1"
tauri-plugin-updater = "2.8.1" tauri-plugin-updater = "2.8.1"