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

Upgrade all crates to the 2024 edition, bump MSRV to 1.85 #1759

Merged
merged 2 commits into from
Feb 22, 2025

Conversation

newpavlov
Copy link
Member

@newpavlov newpavlov commented Feb 21, 2025

Closes #1717

Cargo.toml Outdated
crypto-common = { path = "./crypto-common" }
digest = { path = "./digest" }
signature = { path = "./signature" }
exclude = ["elliptic-curve"]
Copy link
Member Author

@newpavlov newpavlov Feb 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

elliptic-curve is temporarily excluded from the workspace because it can not be migrated to hybrid-array v0.3 yet, but it pulls block-buffer v0.11.0-rc.4 in tests, which depends on hybrid-array v0.3. It causes breakage, so we have to manually downgrade block-buffer to v0.11.0-rc.3.

UPD: Same with signature.

@newpavlov newpavlov merged commit 6bbf1a4 into master Feb 22, 2025
81 checks passed
@newpavlov newpavlov deleted the edition_upgrade branch February 22, 2025 17:44
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.

Bump edition to 2024 in the upcoming breaking release cycle?
2 participants