bump version to v1.6.1

This commit is contained in:
Y. T. Chung
2017-07-30 10:46:12 +08:00
parent b6c5b0474d
commit a56fc59302
2 changed files with 1 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1,6 +1,6 @@
[root]
name = "shadowsocks-rust"
version = "1.6.0"
version = "1.6.1"
dependencies = [
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@@ -11,7 +11,6 @@ LOCAL_USER=$( id -u "$USER" ):$( id -g "$USER" )
docker run \
--rm \
-it \
-e CARGO_TARGET_DIR="${CARGO_TARGET_DIR}" \
-v "${CUR_DIR}"/..:"$SRC_PATH" \
"${IMAGE}" \