Skip to content

Commit 1746c62

Browse files
committed
release v1.10.4
1 parent 8e54d99 commit 1746c62

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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.10.3"
3+
version = "1.10.4"
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"
@@ -122,7 +122,7 @@ mimalloc = { version = "0.1", optional = true }
122122
tcmalloc = { version = "0.3", optional = true }
123123
jemallocator = { version = "0.3", optional = true }
124124

125-
shadowsocks-service = { version = "1.10.0", path = "./crates/shadowsocks-service" }
125+
shadowsocks-service = { version = "1.10.3", path = "./crates/shadowsocks-service" }
126126

127127
[target.'cfg(unix)'.dependencies]
128128
daemonize = "0.4"

crates/shadowsocks-service/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-service"
3-
version = "1.10.2"
3+
version = "1.10.3"
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"
@@ -105,7 +105,7 @@ regex = "1.4"
105105
serde = { version = "1.0", features = ["derive"] }
106106
json5 = "0.3"
107107

108-
shadowsocks = { version = "1.10.0", path = "../shadowsocks" }
108+
shadowsocks = { version = "1.10.1", path = "../shadowsocks" }
109109

110110
strum = { version = "0.20", optional = true }
111111
strum_macros = { version = "0.20", optional = true }

crates/shadowsocks/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"
3-
version = "1.10.0"
3+
version = "1.10.1"
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)