Skip to content

Commit af3394b

Browse files
committed
chore: bump version to v1.23.2
1 parent 24c342e commit af3394b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.23.1"
3+
version = "1.23.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"
@@ -242,7 +242,7 @@ jemallocator = { version = "0.5", optional = true }
242242
snmalloc-rs = { version = "0.3", optional = true }
243243
rpmalloc = { version = "0.2", optional = true }
244244

245-
shadowsocks-service = { version = "1.23.1", path = "./crates/shadowsocks-service" }
245+
shadowsocks-service = { version = "1.23.2", path = "./crates/shadowsocks-service" }
246246

247247
windows-service = { version = "0.8", optional = true }
248248

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.23.1"
3+
version = "1.23.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)