From eecef8457d2d9517ac4abb5ba5d3b463428ea766 Mon Sep 17 00:00:00 2001 From: David Palm Date: Wed, 22 Aug 2018 20:00:42 +0200 Subject: [PATCH] Load ethereum-types --- triehash/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/triehash/Cargo.toml b/triehash/Cargo.toml index 7e26308..742923c 100644 --- a/triehash/Cargo.toml +++ b/triehash/Cargo.toml @@ -14,4 +14,5 @@ rlp = { version = "0.2", path = "../rlp", default-features = false } [dev-dependencies] trie-standardmap = { version = "0.1", path = "../trie-standardmap" } keccak-hasher = { version = "0.1", path = "../test-support/keccak-hasher" } -tiny-keccak = "1.4.2" \ No newline at end of file +tiny-keccak = "1.4.2" +ethereum-types = "0.3.2" \ No newline at end of file