|
@@ -1,6 +1,6 @@
|
|
|
[package]
|
|
|
name = "clash-verge"
|
|
|
-version = "1.6.3"
|
|
|
+version = "1.6.4"
|
|
|
description = "clash verge"
|
|
|
authors = ["zzzgydi", "wonfen", "MystiPanda"]
|
|
|
license = "GPL-3.0-only"
|
|
@@ -37,7 +37,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|
|
reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
|
|
|
sysproxy = { git="https://github.com/zzzgydi/sysproxy-rs", branch = "main" }
|
|
|
auto-launch = { git="https://github.com/zzzgydi/auto-launch", branch = "main" }
|
|
|
-tauri = { version = "1.6", features = [ "http-all", "fs-read-file", "fs-exists", "path-all", "protocol-asset", "dialog-open", "notification-all", "icon-png", "icon-ico", "clipboard-all", "global-shortcut-all", "process-all", "shell-all", "system-tray", "updater", "window-all", "devtools"] }
|
|
|
+tauri = { version = "1.6", features = [ "fs-read-file", "fs-exists", "path-all", "protocol-asset", "dialog-open", "notification-all", "icon-png", "icon-ico", "clipboard-all", "global-shortcut-all", "process-all", "shell-all", "system-tray", "updater", "window-all", "devtools"] }
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
|
runas = "=1.2.0"
|