Don't depend on ethereum-types

This commit is contained in:
David Palm 2018-08-06 09:10:31 +02:00
parent ae80aff497
commit 056ed842f7
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ license = "GPL-3.0"
[dependencies]
elastic-array = "0.10"
ethereum-types = "0.3"
hashdb = { version = "0.2", path = "../hashdb" }
rlp = { version = "0.2.1", path = "../rlp" }

View File

@ -19,7 +19,6 @@
//! This module should be used to generate trie root hash.
extern crate elastic_array;
extern crate ethereum_types;
extern crate hashdb;
extern crate rlp;
#[cfg(test)] extern crate keccak_hasher;