mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
fix: specify version for sysproxy dependency in Cargo.toml
This commit is contained in:
@@ -42,7 +42,7 @@ tokio = { version = "1.48.0", features = [
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
reqwest = { version = "0.12.24", features = ["json", "cookies"] }
|
||||
regex = "1.12.2"
|
||||
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs" }
|
||||
sysproxy = { version = "0.3.1", git = "https://github.com/clash-verge-rev/sysproxy-rs" }
|
||||
tauri = { version = "2.9.1", features = [
|
||||
"protocol-asset",
|
||||
"devtools",
|
||||
|
||||
Reference in New Issue
Block a user