From 96d5c34514a2ef148e2ebbaf3315e407132786df Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Wed, 30 Dec 2020 09:55:27 +0800 Subject: [PATCH] release v1.9.0-alpha.1 --- .github/workflows/build-release.yml | 1 + Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- crates/shadowsocks-service/Cargo.toml | 4 ++-- crates/shadowsocks/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 37d29bb70b25..c500dae7481d 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -16,6 +16,7 @@ jobs: - x86_64-pc-windows-gnu - x86_64-unknown-linux-musl - x86_64-unknown-linux-gnu + - arm-unknown-linux-gnueabi - arm-unknown-linux-gnueabihf - arm-unknown-linux-musleabi - arm-unknown-linux-musleabihf diff --git a/Cargo.lock b/Cargo.lock index ddda66927433..791593529551 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1472,7 +1472,7 @@ dependencies = [ [[package]] name = "shadowsocks" -version = "1.9.0" +version = "1.9.0-alpha.1" dependencies = [ "async-trait", "base64", @@ -1514,7 +1514,7 @@ dependencies = [ [[package]] name = "shadowsocks-rust" -version = "1.9.0" +version = "1.9.0-alpha.1" dependencies = [ "byte_string", "byteorder", @@ -1535,7 +1535,7 @@ dependencies = [ [[package]] name = "shadowsocks-service" -version = "1.9.0" +version = "1.9.0-alpha.1" dependencies = [ "async-trait", "byte_string", diff --git a/Cargo.toml b/Cargo.toml index 80f5df128e20..c90a618c3fba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-rust" -version = "1.9.0" +version = "1.9.0-alpha.1" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust" @@ -117,7 +117,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.1", 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 85320379107d..2f744e8df1bc 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.1" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust" @@ -102,7 +102,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.1", 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 d7196f278be3..2510a51829b5 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.1" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust"