chore: release v1.20.4

This commit is contained in:
zonyitoo
2024-08-16 00:18:20 +08:00
parent f200dff600
commit c341c89908
5 changed files with 20 additions and 8 deletions

View File

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