Update kvdb-rocksdb again (#4236)

* Update kvdb-rocksdb again

* Switch to released crates

* Remove last git references
This commit is contained in:
Bastian Köcher
2019-11-29 11:32:44 +01:00
committed by GitHub
parent accc678640
commit 3da736fdf6
5 changed files with 28 additions and 29 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ hash-db = { version = "0.15.2" }
hex-literal = { version = "0.2.1" }
inherents = { package = "substrate-inherents", path = "../primitives/inherents" }
keyring = { package = "substrate-keyring", path = "../primitives/keyring" }
kvdb = { git = "https://github.com/paritytech/parity-common", rev="03a2ba08f47f4af4219280e660a1ea92cb8896bd" }
kvdb = "0.1.1"
log = { version = "0.4.8" }
parking_lot = { version = "0.9.0" }
primitives = { package = "substrate-primitives", path = "../primitives/core" }
@@ -36,5 +36,5 @@ env_logger = "0.7.0"
tempfile = "3.1.0"
client-db = { package = "substrate-client-db", path = "./db", features = ["kvdb-rocksdb"] }
test-client = { package = "substrate-test-runtime-client", path = "../test/utils/runtime/client" }
kvdb-memorydb = { git = "https://github.com/paritytech/parity-common", rev="03a2ba08f47f4af4219280e660a1ea92cb8896bd" }
kvdb-memorydb = "0.1.2"
panic-handler = { package = "substrate-panic-handler", path = "../primitives/panic-handler" }