From 64f3aeb8aa4b25d849995d5e26b3cf1eb6a564be Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Wed, 20 Jan 2021 08:57:18 +0800 Subject: [PATCH] release v1.9.0-alpha.5 --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- crates/shadowsocks-service/Cargo.toml | 4 ++-- crates/shadowsocks/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c168bd01298e..2e5c1e5bc541 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1653,7 +1653,7 @@ dependencies = [ [[package]] name = "shadowsocks" -version = "1.9.0" +version = "1.9.0-alpha.5" dependencies = [ "arc-swap 1.2.0", "async-trait", @@ -1697,7 +1697,7 @@ dependencies = [ [[package]] name = "shadowsocks-rust" -version = "1.9.0" +version = "1.9.0-alpha.5" dependencies = [ "byte_string", "byteorder", @@ -1718,7 +1718,7 @@ dependencies = [ [[package]] name = "shadowsocks-service" -version = "1.9.0" +version = "1.9.0-alpha.5" dependencies = [ "async-trait", "byte_string", diff --git a/Cargo.toml b/Cargo.toml index 9516fb3bf602..9d5be53779f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-rust" -version = "1.9.0" +version = "1.9.0-alpha.5" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust" @@ -122,7 +122,7 @@ mimalloc = { version = "0.1", optional = true } tcmalloc = { version = "0.3", optional = true } jemallocator = { version = "0.3", optional = true } -shadowsocks-service = { version = "1.9", path = "./crates/shadowsocks-service" } +shadowsocks-service = { version = "1.9.0-alpha.5", path = "./crates/shadowsocks-service" } [target.'cfg(unix)'.dependencies] daemonize = "0.4" diff --git a/crates/shadowsocks-service/Cargo.toml b/crates/shadowsocks-service/Cargo.toml index b2c82bacdfe2..52f844cd0aab 100644 --- a/crates/shadowsocks-service/Cargo.toml +++ b/crates/shadowsocks-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-service" -version = "1.9.0" +version = "1.9.0-alpha.5" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust" @@ -105,7 +105,7 @@ regex = "1.4" serde = { version = "1.0", features = ["derive"] } json5 = "0.3" -shadowsocks = { version = "1.9", path = "../shadowsocks" } +shadowsocks = { version = "1.9.0-alpha.5", path = "../shadowsocks" } strum = { version = "0.20", optional = true } strum_macros = { version = "0.20", optional = true } diff --git a/crates/shadowsocks/Cargo.toml b/crates/shadowsocks/Cargo.toml index 7fac66e8f2f4..907f19af46be 100644 --- a/crates/shadowsocks/Cargo.toml +++ b/crates/shadowsocks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks" -version = "1.9.0" +version = "1.9.0-alpha.5" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust"