use lru-cache on crates.io

This commit is contained in:
Y. T. Chung
2016-01-30 10:34:42 +08:00
parent 37a8849ea3
commit bf5b541665

View File

@@ -59,8 +59,7 @@ env_logger = "^0.3.2"
rust-crypto = "^0.2.34"
ip = "1.0.0"
openssl = "^0.7.1"
#lru-cache = "^0.0.5"
lru-cache = { git = "https://github.com/zonyitoo/lru-cache.git" }
lru-cache = "^0.0.6"
[dependencies.coio]
git = "https://github.com/zonyitoo/coio-rs.git"