Cargo update - Mainly for discv5 update#6834
Closed
AgeManning wants to merge 3 commits intosigp:unstablefrom
Closed
Cargo update - Mainly for discv5 update#6834AgeManning wants to merge 3 commits intosigp:unstablefrom
AgeManning wants to merge 3 commits intosigp:unstablefrom
Conversation
569b330 to
8c9b84a
Compare
8c9b84a to
4055214
Compare
Member
|
Flagging as |
Merged
| [[package]] | ||
| name = "crate_crypto_internal_eth_kzg_bls12_381" | ||
| version = "0.5.1" | ||
| version = "0.5.2" |
Member
There was a problem hiding this comment.
Ok I think this is the issue. Idk why cargo update is updating this when we have a precise version constraint in the Cargo.toml introduced in https://github.com/sigp/lighthouse/pull/6608/files.
Member
|
Closing in favour of fix here: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There has been a minor update to discv5.
This PR does a cargo update to update all of lighthouse dependencies, including discv5.
Note that this PR updates lighthouse MSRV to 1.82 as
netlink-protoandalloy-*crates use later features.