fix: update service to 2.1.0 and improve service installation for Unix systems

This commit is contained in:
Tunglies
2026-01-18 10:08:05 +08:00
parent 6511f3868e
commit ba94fd991c
5 changed files with 23 additions and 35 deletions

View File

@@ -99,7 +99,7 @@ tauri-plugin-devtools = { version = "2.0.1" }
tauri-plugin-mihomo = { git = "https://github.com/clash-verge-rev/tauri-plugin-mihomo" }
clash_verge_logger = { git = "https://github.com/clash-verge-rev/clash-verge-logger" }
async-trait = "0.1.89"
clash_verge_service_ipc = { version = "2.0.30", features = [
clash_verge_service_ipc = { version = "2.1.0", features = [
"client",
], git = "https://github.com/clash-verge-rev/clash-verge-service-ipc" }
arc-swap = "1.8.0"