use transient-hashmap from crates.io

This commit is contained in:
debris
2016-02-27 15:56:41 +01:00
parent f1538ebc76
commit b60b84fe67
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ ethsync = { path = "../sync" }
clippy = { version = "0.0.44", optional = true }
rustc-serialize = "0.3"
serde_macros = { version = "0.6.13", optional = true }
transient-hashmap = { git = "https://github.com/debris/transient-hashmap" }
transient-hashmap = "0.1"
[build-dependencies]
serde_codegen = { version = "0.6.13", optional = true }