-
Notifications
You must be signed in to change notification settings - Fork 28
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
Migrate to edition = "2021"
#45
Comments
I was going to do this but noticed that these crates advertise (but don't validate) that they support a very old MSRV. What should the MSRV policy be fore this and |
Oh right!! as a compromise I would recommend migrating to I remember some crate having a cool MSRV/SemVer policy, but forgot what it was... By the way, validation of MSRV is implemented here and you may copy it: https://github.com/pczarn/gearley/blob/master/.github/workflows/ci.yml#L61-L75 |
Well, the most important question is: how important is MSRV and how much care should I dedicate to making the policy careful? |
@waywardmonkeys Would you still like to do this for set and vec? An expert said Min. Supported Rust Version does not matter that much, because tooling/rustup makes it very easy to update rustc and the entire toolchain. |
We should support rustc 1.68. |
I will do it. |
Thanks. |
Fixed in #53 @waywardmonkeys I did it |
No description provided.
The text was updated successfully, but these errors were encountered: