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:
@@ -30,7 +30,7 @@ ethcore-logger = { path = "../logger" }
|
||||
ethcore-sync = { path = "../ethcore/sync" }
|
||||
ethcore-transaction = { path = "../ethcore/transaction" }
|
||||
ethereum-types = "0.3"
|
||||
kvdb = { git = "https://github.com/paritytech/parity-common" }
|
||||
kvdb = "0.1.0"
|
||||
keccak-hash = { git = "https://github.com/paritytech/parity-common" }
|
||||
ethkey = { path = "../ethkey" }
|
||||
lazy_static = "1.0"
|
||||
@@ -41,4 +41,4 @@ ethabi-contract = "5.0"
|
||||
[dev-dependencies]
|
||||
ethcore = { path = "../ethcore", 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