release v1.9.0-alpha.1

This commit is contained in:
zonyitoo
2020-12-30 09:55:27 +08:00
parent 38b5f831c7
commit 96d5c34514
5 changed files with 9 additions and 8 deletions

View File

@@ -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

6
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"

View File

@@ -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 }

View File

@@ -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"