Skip to content

Commit

Permalink
Fix nightly bump num bigint (sigp#2591)
Browse files Browse the repository at this point in the history
## Issue Addressed

Builds again on latest nightly

## Proposed Changes

Break was caused by: rust-lang/rust#88581
  • Loading branch information
gilescope committed Sep 12, 2021
1 parent f7dd24c commit e4ed42a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/eth2_interop_keypairs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e4ed42a

Please sign in to comment.