diff --git a/Cargo.lock b/Cargo.lock index 60a7641811f1..1ebe0bec818a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1592,7 +1592,7 @@ dependencies = [ [[package]] name = "shadowsocks-rust" -version = "1.12.0-alpha.7" +version = "1.12.0-alpha.8" dependencies = [ "build-time", "byte_string", diff --git a/Cargo.toml b/Cargo.toml index f384edb7619c..19affdbec667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-rust" -version = "1.12.0-alpha.7" +version = "1.12.0-alpha.8" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust"