bump kvdb-* versions (#6017)

This commit is contained in:
Andrew Plaza
2020-05-15 11:17:39 +02:00
committed by GitHub
parent 71d3abe7d4
commit a31f4f6a5c
7 changed files with 25 additions and 35 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ serde = "1.0.101"
serde_json = "1.0.41"
structopt = "0.3"
derive_more = "0.99.2"
kvdb = "0.5"
kvdb-rocksdb = "0.7"
kvdb = "0.6"
kvdb-rocksdb = "0.8"
sp-trie = { version = "2.0.0-dev", path = "../../../primitives/trie" }
sp-core = { version = "2.0.0-dev", path = "../../../primitives/core" }
hash-db = "0.15.2"