chore: bump version to v1.23.3

This commit is contained in:
zonyitoo
2025-05-06 22:59:39 +08:00
parent 5f043450e6
commit b2a52cbd00
4 changed files with 5 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "shadowsocks-rust"
version = "1.23.2"
version = "1.23.3"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
@@ -242,7 +242,7 @@ jemallocator = { version = "0.5", optional = true }
snmalloc-rs = { version = "0.3", optional = true }
rpmalloc = { version = "0.2", optional = true }
shadowsocks-service = { version = "1.23.2", path = "./crates/shadowsocks-service" }
shadowsocks-service = { version = "1.23.3", path = "./crates/shadowsocks-service" }
windows-service = { version = "0.8", optional = true }