mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
fixed dependencies version
This commit is contained in:
27
Cargo.toml
27
Cargo.toml
@@ -63,13 +63,16 @@ name = "ssurl"
|
||||
path = "src/bin/ssurl.rs"
|
||||
|
||||
[dependencies]
|
||||
rustc-serialize = "*"
|
||||
log = "*"
|
||||
byteorder = "*"
|
||||
rand = "*"
|
||||
time = "*"
|
||||
clap = "*"
|
||||
fern = "*"
|
||||
rustc-serialize = "^0.3.15"
|
||||
log = "^0.3.1"
|
||||
byteorder = "^0.3.11"
|
||||
rand = "^0.3.9"
|
||||
time = "^0.1.32"
|
||||
clap = "^1.1.6"
|
||||
fern = "^0.3.5"
|
||||
simplesched = "^0.1.0"
|
||||
qrcode = "^0.1.6"
|
||||
hyper = "^0.6.9"
|
||||
|
||||
[dependencies.libsodium-sys]
|
||||
git = "https://github.com/zonyitoo/libsodium-sys.git"
|
||||
@@ -77,12 +80,4 @@ optional = true
|
||||
|
||||
[dependencies.lru-cache]
|
||||
git = "https://github.com/zonyitoo/lru-cache.git"
|
||||
|
||||
[dependencies.simplesched]
|
||||
git = "https://github.com/zonyitoo/simplesched.git"
|
||||
|
||||
[dependencies.qrcode]
|
||||
git = "https://github.com/kennytm/qrcode-rust.git"
|
||||
|
||||
[dependencies.hyper]
|
||||
git = "https://github.com/hyperium/hyper.git"
|
||||
ver = "7688eae5a4ce8e6f9beb075e11d1abb3d2b2f635"
|
||||
|
||||
Reference in New Issue
Block a user