mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -4236,9 +4236,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "num-bigint"
|
||||
version = "0.3.2"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7d0a3d5e207573f948a9e5376662aa743a2ea13f7c50a554d7af443a73fbfeba"
|
||||
checksum = "74e768dff5fb39a41b3bcd30bb25cf989706c90d028d1ad71971987aa309d535"
|
||||
dependencies = [
|
||||
"autocfg 1.0.1",
|
||||
"num-integer",
|
||||
|
||||
Reference in New Issue
Block a user