Bump trie-db (#5627)

* Bump trie-db

* Bumped version in Cargo.toml
This commit is contained in:
Arkadiy Paronyan
2020-04-14 14:46:33 +02:00
committed by GitHub
parent d1261d3482
commit 5afa74254e
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ pallet-timestamp = { version = "2.0.0-alpha.5", default-features = false, path =
sc-client = { version = "0.8.0-alpha.5", optional = true, path = "../../client" }
sp-trie = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/trie" }
sp-transaction-pool = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/transaction-pool" }
trie-db = { version = "0.20.0", default-features = false }
trie-db = { version = "0.20.1", default-features = false }
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
[dev-dependencies]