Skip to content

Conversation

tgross35
Copy link
Contributor

The published crates fail to build with an edition less than 2024 because they are packaged with resolver = "3", which is a 2024-only option. Revert back to resolver v2 to drop this requirement.

Fixes: #883

The published crates fail to build with an edition less than 2024
because they are packaged with `resolver = "3"`, which is a 2024-only
option. Revert back to resolver v2 to drop this requirement.

Fixes: rust-lang#883
Copy link

@MrCroxx MrCroxx left a comment

Choose a reason for hiding this comment

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

LGTM, thank you for the quick response!

@tgross35 tgross35 merged commit dfd553a into rust-lang:master Apr 22, 2025
35 checks passed
@tgross35 tgross35 deleted the resolver-v2 branch April 22, 2025 08:00
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.

build: libm 0.2.12 cannot compile without edition 2024 support

2 participants