mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 22:08:30 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user