fix: prevent service duplicate start_core and early-return after stop_core; fix start failures

Update clash_verge_service_ipc version to 2.0.18
This commit is contained in:
Tunglies
2025-10-29 16:00:58 +08:00
parent e928089a77
commit 2e9f6dd174
2 changed files with 15 additions and 18 deletions

View File

@@ -88,12 +88,9 @@ tauri-plugin-mihomo = { git = "https://github.com/clash-verge-rev/tauri-plugin-m
clash_verge_logger = { git = "https://github.com/clash-verge-rev/clash-verge-logger" }
async-trait = "0.1.89"
smartstring = { version = "1.0.1", features = ["serde"] }
clash_verge_service_ipc = { version = "2.0.17", features = [
clash_verge_service_ipc = { version = "2.0.18", features = [
"client",
], git = "https://github.com/clash-verge-rev/clash-verge-service-ipc" }
# clash_verge_service_ipc = { version = "2.0.17", features = [
# "client",
# ], path = "../../clash-verge-service-ipc" }
[target.'cfg(windows)'.dependencies]
runas = "=1.2.0"