mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Update ethereum types (#489)
* Update ethereum-types to version 0.6 * Fix tests * Run rustfmt
This commit is contained in:
committed by
Paul Hauner
parent
01054ecf2f
commit
88e89f9ab2
@@ -10,7 +10,7 @@ fake_crypto = ["bls/fake_crypto"]
|
||||
[dependencies]
|
||||
bls = { path = "../../eth2/utils/bls" }
|
||||
compare_fields = { path = "../../eth2/utils/compare_fields" }
|
||||
ethereum-types = "0.5"
|
||||
ethereum-types = "0.6"
|
||||
hex = "0.3"
|
||||
rayon = "1.0"
|
||||
serde = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user