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

libafl_{cc,derive}: Bump MSRV to 1.82 for home crate update #2775

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

Mrmaxmeier
Copy link
Contributor

This brings the MSRV in line with the other core crates (libafl, libafl_bolts), which (sadly) is outside of the "packaged Rust in distros" range (Ubuntu 24.04 is at 1.80, 25.04 is at 1.81 🫠).

With the upcoming 2024 edition we should also set resolver = "3" in the workspace's Cargo.toml at some point to opt into the new MSRV-aware dependency resolver. This would fix the breakage we encountered with dependencies that bump their MSRV in a minor version update.

CC #2754

With the upcoming 2024 edition we should also set `resolver = "3"` in
the workspace's Cargo.toml to opt into a new MSRV-aware dependency
resolver. This would fix the breakage we encountered with dependencies
that bump their MSRV in a minor version update.
@tokatoka tokatoka merged commit d9ddf82 into AFLplusplus:main Dec 17, 2024
100 checks passed
@tokatoka
Copy link
Member

thank you!

@Mrmaxmeier Mrmaxmeier deleted the bump-msrv branch December 17, 2024 23:10
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