update kvdb-rocksdb to 0.4 (#11442)

This commit is contained in:
Andronik Ordian
2020-02-03 19:00:23 +01:00
committed by GitHub
parent 296fac0fe7
commit ccaa514eec
25 changed files with 146 additions and 107 deletions

View File

@@ -15,7 +15,7 @@ common-types = { path = "../types" }
ethcore-db = { path = "../db" }
ethcore-miner = { path = "../../miner" }
ethereum-types = "0.8.0"
kvdb = "0.2"
kvdb = "0.3.1"
registrar = { path = "../../util/registrar" }
stats = { path = "../../util/stats" }
trace = { path = "../trace" }