Remove keccak_hash dependency

This commit is contained in:
David Palm 2018-07-06 18:13:38 +02:00
parent 7d309b2309
commit 67cc810f8b
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ license = "GPL-3.0"
elastic-array = "0.10"
ethereum-types = "0.3"
hashdb = { path = "../hashdb" }
keccak-hash = { path = "../keccak-hash" }
rlp = { path = "../rlp" }
[dev-dependencies]

View File

@ -20,7 +20,6 @@
extern crate elastic_array;
extern crate ethereum_types;
extern crate keccak_hash as hash;
extern crate hashdb;
extern crate rlp;
#[cfg(test)] extern crate keccak_hasher;