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:
André Silva
2018-09-03 17:40:11 +01:00
committed by GitHub
parent caca3a8048
commit c0eb30b604
17 changed files with 111 additions and 106 deletions

View File

@@ -100,7 +100,7 @@ extern crate patricia_trie_ethereum as ethtrie;
extern crate triehash_ethereum as triehash;
extern crate ansi_term;
extern crate unexpected;
extern crate snappy;
extern crate parity_snappy as snappy;
extern crate ethabi;
extern crate rustc_hex;
extern crate stats;