-
Notifications
You must be signed in to change notification settings - Fork 308
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
Increase MSRV to 1.63 #959
Comments
And update Line 49 in a0225ce
|
👍 to 1.63 here. The more things can be And anyone using 1.69 or greater -- probably nearly everyone, TBH -- will get a version with a bunch of internal optimizations to how |
@kinto-b That's something you might want to do. |
@Philippe-Cholet Sure thing :) I assume you mean, go through and see which Shall I also action the TODOs such as Lines 22 to 29 in a0225ce
|
Yes, please do! |
This will allow us to progress on const-genericsRequire Rust 1.51 or newer
, particularly #560. This entails:
itertools/.github/workflows/ci.yml
Line 47 in a0225ce
itertools/Cargo.toml
Line 19 in a0225ce
itertools/src/lib.rs
Line 49 in a0225ce
allow
'd clippy lints that can now be fixedTODO
comments that can now be fixedThe text was updated successfully, but these errors were encountered: