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:
@@ -8,7 +8,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
ethcore = { path = "../ethcore" }
|
||||
ethcore-io = { path = "../util/io" }
|
||||
ethcore-transaction = { path = "../ethcore/transaction" }
|
||||
kvdb = { git = "https://github.com/paritytech/parity-common" }
|
||||
kvdb = "0.1.0"
|
||||
log = "0.4"
|
||||
rlp = { git = "https://github.com/paritytech/parity-common" }
|
||||
serde = "1.0"
|
||||
@@ -18,4 +18,4 @@ serde_json = "1.0"
|
||||
[dev-dependencies]
|
||||
ethcore = { path = "../ethcore", features = ["test-helpers"] }
|
||||
ethkey = { path = "../ethkey" }
|
||||
kvdb-memorydb = { git = "https://github.com/paritytech/parity-common" }
|
||||
kvdb-memorydb = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user