Load ethereum-types

This commit is contained in:
David Palm 2018-08-22 20:00:42 +02:00
parent 13cae436e4
commit eecef8457d
1 changed files with 2 additions and 1 deletions

View File

@ -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"
tiny-keccak = "1.4.2"
ethereum-types = "0.3.2"