Update ethereum types (#489)

* Update ethereum-types to version 0.6

* Fix tests

* Run rustfmt
This commit is contained in:
Pawan Dhananjay
2019-08-06 10:11:42 +05:30
committed by Paul Hauner
parent 01054ecf2f
commit 88e89f9ab2
11 changed files with 23 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ compare_fields_derive = { path = "../utils/compare_fields_derive" }
dirs = "1.0"
derivative = "1.0"
eth2_interop_keypairs = { path = "../utils/eth2_interop_keypairs" }
ethereum-types = "0.5"
ethereum-types = "0.6"
hashing = { path = "../utils/hashing" }
hex = "0.3"
int_to_bytes = { path = "../utils/int_to_bytes" }