-
Notifications
You must be signed in to change notification settings - Fork 7
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 MSRV to 1.70 #34
Set MSRV to 1.70 #34
Conversation
Ahh, oops. Good catch! Thanks for the PR! I think I prefer to change the code to avoid I will also look into having CI catch this in the future, by adding jobs for the MSRV in addition to latest stable and nightly. |
I can do these changes |
I've done a minimal check of MSRV. |
Thanks, looks good! |
Released as 0.3.14. Thanks again! 🥳 |
Usage of
Option::is_some_and
requires Rust1.70.0
https://doc.rust-lang.org/std/option/enum.Option.html#method.is_some_and