fixed dependencies version

This commit is contained in:
Y. T. Chung
2015-08-14 16:02:21 +08:00
parent 773757ea08
commit 31e4f3eac5

View File

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