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
+1 -1
View File
@@ -35,7 +35,7 @@ pallet-timestamp = { path = "../../../frame/timestamp", default-features = false
substrate-client = { path = "../../../client", optional = true }
substrate-trie = { path = "../../../primitives/trie", default-features = false }
transaction-pool-api = { package = "substrate-transaction-pool-runtime-api", path = "../../../primitives/transaction-pool/runtime-api", default-features = false }
trie-db = { version = "0.15.2", default-features = false }
trie-db = { version = "0.16.0", default-features = false }
[dev-dependencies]
substrate-executor = { path = "../../../client/executor" }