-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Flag to run cargo commands with the appropriate MSRV #196
Comments
Sometimes there is a different MSRV for development and release. I think a good next step past this is a flag to run Mentioning this now for the smaller issue in case it affects the CLI design for this one |
Thanks for the suggestion! I think https://github.com/taiki-e/cargo-hack#--version-range
|
Oh, interesting. I agree that a short-hand for this would also be useful. I can go add this if you are ok (which it sounds like) |
Thanks. I would be happy to accept a PR to add this. |
I'm imagining a
--rust-version
flag that would add a+<package.rust-version>
to each underlying cargo invocation.The text was updated successfully, but these errors were encountered: