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:
@@ -15,7 +15,7 @@ ethkey = { path = "../../ethkey" }
|
||||
ipnetwork = "0.12.6"
|
||||
rlp = { git = "https://github.com/paritytech/parity-common" }
|
||||
libc = "0.2"
|
||||
snappy = { git = "https://github.com/paritytech/rust-snappy" }
|
||||
parity-snappy = "0.1.0"
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -22,7 +22,7 @@ extern crate ethereum_types;
|
||||
extern crate ethkey;
|
||||
extern crate rlp;
|
||||
extern crate ipnetwork;
|
||||
extern crate snappy;
|
||||
extern crate parity_snappy as snappy;
|
||||
extern crate libc;
|
||||
|
||||
#[cfg(test)] #[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user