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

Set rust MSRV to 1.70 #191

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Set rust MSRV to 1.70 #191

wants to merge 4 commits into from

Conversation

dburgener
Copy link
Owner

Also update CI to test it and ensure future compatibility

@dburgener
Copy link
Owner Author

One interesting thing that's come to my intention here is that if we set MSRV, clippy won't recommend lints using features above our MSRV. On one hand, that's reasonable, but on the other, we would like to know about the opportunity to take advantage of new features. Ideally we could still set MSRV, so it's available for people trying to build Cascade, but also get lint suggestions that would change the MSRV.

This item is about that rust-lang/rust-clippy#10709 (reply in thread). So perhaps that sort of feature is coming soon.

@dburgener dburgener changed the title Set rust MSRV to 1.66 Set rust MSRV to 1.70 Oct 5, 2023
Also update CI to test it and ensure future compatibility
This is required for dependency clap
This was breaking the 1.7 check.  It's not overly clear to me why it
wasn't breaking more than just that.
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.

None yet

2 participants