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

@ -15,3 +15,4 @@ rlp = { version = "0.2", path = "../rlp", default-features = false }
trie-standardmap = { version = "0.1", path = "../trie-standardmap" }
keccak-hasher = { version = "0.1", path = "../test-support/keccak-hasher" }
tiny-keccak = "1.4.2"
ethereum-types = "0.3.2"