From 15f05748a54c67ab7f740de75fb317b4de80f7e9 Mon Sep 17 00:00:00 2001 From: Tunglies Date: Wed, 18 Jun 2025 01:34:33 +0800 Subject: [PATCH] fix: update tauri-plugin-autostart to version 2.4.0 and change source to crates.io --- src-tauri/Cargo.lock | 5 +++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 2c5636efc..b17f5a822 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -6977,8 +6977,9 @@ dependencies = [ [[package]] name = "tauri-plugin-autostart" -version = "2.3.0" -source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#9bc4b2230ebb32bd30a4c0c2a21077829a729193" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9641831518c56775a364a8750e0eed8852adee87e0f11006d043b9ebba0bf5" dependencies = [ "auto-launch", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 38d7d0b1b..080451f87 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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"