-
Notifications
You must be signed in to change notification settings - Fork 450
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
Fix msrv CI: Check for --all-features
#890
Conversation
To make sure that enabling `parallel` feature would not require bumping msrv. Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
Since most of the time is spent on installing Rust, there's no point in parallelizing it. Signed-off-by: Jiahao XU <[email protected]>
--all-features
and macos--all-features
@thomcc Pinging since I'd like this PR to merge first. It would also make sure that there's no new regression related to MSRV. |
Not that my opinion matters, I'm just a user, but I would like to speak up against bumping MSRV if it goes above 1.56 [which matches 2021 edition]. |
@dot-asm I planned to bump it to 1.53 #889 (comment) so it should be ok for you. It's almost 2.5 years old |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
To make sure that enabling
parallel
feature would not require bumping msrv.