mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
bump version to v1.6.1
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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)",
|
||||
|
||||
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user