use kvdb-* and parity-snappy crates from crates.io (#9441)
* use kvdb-* and parity-snappy crates from crates.io * update rocksdb-sys and snappy-sys
This commit is contained in:
@@ -11,7 +11,7 @@ ethcore-io = { path = "../../util/io" }
|
||||
ethcore-private-tx = { path = "../private-tx" }
|
||||
ethcore-sync = { path = "../sync" }
|
||||
ethereum-types = "0.3"
|
||||
kvdb = { git = "https://github.com/paritytech/parity-common" }
|
||||
kvdb = "0.1.0"
|
||||
log = "0.4"
|
||||
stop-guard = { path = "../../util/stop-guard" }
|
||||
trace-time = { path = "../../util/trace-time" }
|
||||
@@ -19,4 +19,4 @@ trace-time = { path = "../../util/trace-time" }
|
||||
[dev-dependencies]
|
||||
ethcore = { path = "..", features = ["test-helpers"] }
|
||||
tempdir = "0.3"
|
||||
kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common" }
|
||||
kvdb-rocksdb = "0.1.3"
|
||||
|
||||
Reference in New Issue
Block a user