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

crypto: fix the version of blst to 0.3.10 #40

Merged
merged 2 commits into from
Sep 6, 2023

Conversation

Pilou97
Copy link

@Pilou97 Pilou97 commented Sep 1, 2023

Context

When creating a new project with Smart Rollup of Tezos, the bst dependency of crypto is resolved to the version 0.3.11 which does not build to wasm32-unknown-unknown

Solution

Force the version of blst to be 0.3.10. Only this crate can be updated/published, it's not necessary to update the crates that depends on this one, because new projects will automatically use the version 0.5.1 of crypto.

@Pilou97 Pilou97 marked this pull request as draft September 1, 2023 07:35
@Pilou97 Pilou97 marked this pull request as ready for review September 6, 2023 08:29
@emturner emturner self-requested a review September 6, 2023 13:57
@emturner emturner merged commit a3379dc into trilitech:master Sep 6, 2023
7 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.

2 participants