Skip to content

Commit

Permalink
fix: fixed dependent version v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Feb 5, 2024
1 parent 507c93a commit 084d444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jemallocator = { version = "0.5", optional = true }
snmalloc-rs = { version = "0.3", optional = true }
rpmalloc = { version = "0.2", optional = true }

shadowsocks-service = { version = "1.17.2", path = "./crates/shadowsocks-service" }
shadowsocks-service = { version = "1.18.0", path = "./crates/shadowsocks-service" }

windows-service = { version = "0.6", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ smoltcp = { version = "0.11", optional = true, default-features = false, feature
serde = { version = "1.0", features = ["derive"] }
json5 = "0.4"

shadowsocks = { version = "1.17.2", path = "../shadowsocks", default-features = false }
shadowsocks = { version = "1.18.0", path = "../shadowsocks", default-features = false }

# Just for the ioctl call macro
[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))'.dependencies]
Expand Down

0 comments on commit 084d444

Please sign in to comment.