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
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/sp-state-machine"
log = "0.4.8"
parking_lot = "0.10.0"
hash-db = "0.15.2"
trie-db = "0.20.0"
trie-db = "0.20.1"
trie-root = "0.16.0"
sp-trie = { version = "2.0.0-alpha.5", path = "../trie" }
sp-core = { version = "2.0.0-alpha.5", path = "../core" }
+1 -1
View File
@@ -17,7 +17,7 @@ harness = false
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
sp-std = { version = "2.0.0-alpha.5", default-features = false, path = "../std" }
hash-db = { version = "0.15.2", default-features = false }
trie-db = { version = "0.20.0", default-features = false }
trie-db = { version = "0.20.1", default-features = false }
trie-root = { version = "0.16.0", default-features = false }
memory-db = { version = "0.20.0", default-features = false }
sp-core = { version = "2.0.0-alpha.5", default-features = false, path = "../core" }