Update trie dependencies. (#3017)

* Update trie dependencies.

* bump rutime impl version.
This commit is contained in:
cheme
2019-07-04 15:56:13 +02:00
committed by Bastian Köcher
parent beea27b0f3
commit fb8bb00158
12 changed files with 71 additions and 72 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ edition = "2018"
[dependencies]
log = "0.4"
parking_lot = "0.8.0"
hash-db = "0.12"
trie-db = "0.12"
trie-root = "0.12"
hash-db = "0.14.0"
trie-db = "0.14.0"
trie-root = "0.14.0"
trie = { package = "substrate-trie", path = "../trie" }
primitives = { package = "substrate-primitives", path = "../primitives" }
panic-handler = { package = "substrate-panic-handler", path = "../panic-handler" }