chore: release v1.23.5

This commit is contained in:
zonyitoo
2025-07-04 22:57:36 +08:00
parent a4845481a0
commit 8f9419efa5
5 changed files with 43 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "shadowsocks-service"
version = "1.23.4"
version = "1.23.5"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
@@ -195,7 +195,7 @@ serde = { version = "1.0", features = ["derive"] }
json5 = "0.4"
bson = { version = "2.13.0", optional = true }
shadowsocks = { version = "1.23.1", path = "../shadowsocks", default-features = false }
shadowsocks = { version = "1.23.2", path = "../shadowsocks", default-features = false }
# Just for the ioctl call macro
[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd"))'.dependencies]

View File

@@ -1,6 +1,6 @@
[package]
name = "shadowsocks"
version = "1.23.1"
version = "1.23.2"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"