Skip to content

Commit c337e4e

Browse files
committed
chore: service, binary crates upgraded to v1.18.2
1 parent 54353ae commit c337e4e

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

Cargo.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-rust"
3-
version = "1.18.1"
3+
version = "1.18.2"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"
@@ -202,7 +202,7 @@ jemallocator = { version = "0.5", optional = true }
202202
snmalloc-rs = { version = "0.3", optional = true }
203203
rpmalloc = { version = "0.2", optional = true }
204204

205-
shadowsocks-service = { version = "1.18.1", path = "./crates/shadowsocks-service" }
205+
shadowsocks-service = { version = "1.18.2", path = "./crates/shadowsocks-service" }
206206

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

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-service"
3-
version = "1.18.1"
3+
version = "1.18.2"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"

0 commit comments

Comments
 (0)