This reverts commit fdbfd0b150. (#4230)

It brings back trie-db 0.16.
This commit is contained in:
cheme
2019-11-27 19:23:37 +01:00
committed by Gavin Wood
parent f4035cd5ac
commit a7c04a5bce
6 changed files with 109 additions and 67 deletions
@@ -9,7 +9,7 @@ edition = "2018"
log = "0.4.8"
parking_lot = "0.9.0"
hash-db = "0.15.2"
trie-db = "0.15.2"
trie-db = "0.16.0"
trie-root = "0.15.2"
trie = { package = "substrate-trie", path = "../trie" }
primitives = { package = "substrate-primitives", path = "../core" }