Update trie crate to hashbrown usage. (#3440)

* Update trie crate to non hashmap_core one.

* bump runtime impl.
This commit is contained in:
cheme
2019-08-19 15:59:37 +02:00
committed by Bastian Köcher
parent 6fb721e861
commit 95abffc8e4
12 changed files with 111 additions and 72 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ tokio = "0.1"
exit-future = "0.1"
parking_lot = "0.9.0"
codec = { package = "parity-scale-codec", version = "1.0.0" }
trie-root = "0.15.0"
trie-root = "0.15.2"
sr-io = { path = "../core/sr-io" }
substrate-cli = { path = "../core/cli" }
primitives = { package = "substrate-primitives", path = "../core/primitives" }