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 @@ rlp = { git = "https://github.com/paritytech/parity-common" }
|
||||
path = { git = "https://github.com/paritytech/parity-common" }
|
||||
ipnetwork = "0.12.6"
|
||||
keccak-hash = { git = "https://github.com/paritytech/parity-common" }
|
||||
snappy = { git = "https://github.com/paritytech/rust-snappy" }
|
||||
parity-snappy = "0.1.0"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
||||
@@ -84,7 +84,7 @@ extern crate ipnetwork;
|
||||
extern crate keccak_hash as hash;
|
||||
extern crate serde;
|
||||
extern crate serde_json;
|
||||
extern crate snappy;
|
||||
extern crate parity_snappy as snappy;
|
||||
|
||||
#[macro_use]
|
||||
extern crate error_chain;
|
||||
|
||||
Reference in New Issue
Block a user