Update trie to v0.11 (#1704)

* Update trie to v0.11

* Update wasm runtimes
This commit is contained in:
Wei Tang
2019-02-06 14:50:52 +01:00
committed by GitHub
parent a2d2ed69ab
commit 1d0049ee00
21 changed files with 1143 additions and 998 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ hex-literal = "0.1.0"
log = "0.4"
parking_lot = "0.7.1"
heapsize = "0.4"
hash-db = "0.9"
trie-db = "0.9"
trie-root = "0.9"
hash-db = "0.11"
trie-db = "0.11"
trie-root = "0.11"
trie = { package = "substrate-trie", path = "../trie" }
primitives = { package = "substrate-primitives", path = "../primitives" }
panic-handler = { package = "substrate-panic-handler", path = "../panic-handler" }