Fix nightly bump num bigint (#2591)

## Issue Addressed

Builds again on latest nightly

## Proposed Changes

Break was caused by: https://github.com/rust-lang/rust/issues/88581
This commit is contained in:
Squirrel
2021-09-12 23:55:20 +00:00
parent f7dd24c998
commit e4ed42a9d8
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
lazy_static = "1.4.0"
num-bigint = "0.3.0"
num-bigint = "0.4.2"
eth2_hashing = "0.2.0"
hex = "0.4.2"
serde_yaml = "0.8.13"