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

Add --strict flag to cargo msrv verify #889

Open
foresterre opened this issue Feb 10, 2024 · 0 comments
Open

Add --strict flag to cargo msrv verify #889

foresterre opened this issue Feb 10, 2024 · 0 comments

Comments

@foresterre
Copy link
Owner

When --strict is enabled, the command will not only check if the given MSRV is compatible, but also whether it is the absolute minimal supported version. \

It can do this by also running an extra check for version x.(y-1) for a given MSRV x.y. x.y should succeed, while x.(y-1) should fail.

Consider the edge cases x.0

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

No branches or pull requests

1 participant