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

Lower MSRV to the crate's actual requirement #85

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

Shnatsel
Copy link
Contributor

Instead of listing the highest MSRV any transitive dependency has (which is a moving target and changes behind your back anyway), list the lowest one with which the code can still be compiled.

Actually making use of this lower MSRV requires either Cargo's experimental MSRV-aware resolver or cargo -Zminimal-versions generate-lockfile.

This is necessary to ship a new release of the image crate, see image-rs/image#2348

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