Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Codify subtle version that rust-eth-kzg works with as >=2.5.0 #237

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

kevaundray
Copy link
Contributor

@kevaundray kevaundray commented Aug 19, 2024

Closes #235

@kevaundray
Copy link
Contributor Author

as noted in #236 we need to add it into one of the packages as it will not take effect if we put it in the workspace and do not use subtle

@kevaundray
Copy link
Contributor Author

Running cargo update -p subtle --precise 2.4.1 will now give the following error:

error: failed to select a version for the requirement `subtle = ">=2.5.0, <3.0"`
candidate versions found which didn't match: 2.4.1
location searched: crates.io index
required by package `crate_crypto_internal_eth_kzg_bls12_381 v0.4.1 (crate-crypto/peerdas-kzg/cryptography/bls12_381)`
exit 101

@kevaundray kevaundray changed the title chore!: Codify subtle version that rust-eth-kzg works with as >=2.5.0 chore: Codify subtle version that rust-eth-kzg works with as >=2.5.0 Aug 19, 2024
@kevaundray
Copy link
Contributor Author

Non-breaking since if you were using a subtle version that was less tha 2.5.0, it would not have built

@kevaundray kevaundray added this pull request to the merge queue Aug 19, 2024
Merged via the queue into master with commit e043452 Aug 19, 2024
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependency on subtle >= 2.5.0 is not codified
1 participant