-
Notifications
You must be signed in to change notification settings - Fork 95
Use weak features in Cargo.toml #216
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
Conversation
2018202
to
c607740
Compare
Rebase on master? |
MSRV fail? |
35b6ebc
to
5698b17
Compare
We will have to bump msrv to use weak features. 1.60 was released 7th April 2022 |
That's probably ok, simplifies maintenance going forward (whoever needs to use older rustc can always use the current crate version). Probably makes sense to do a few more things:
|
dd8a6d9
to
fd323b3
Compare
I updated the dependencies listed by |
We could start using workspace inheritance as this has been stabilized |
fd323b3
to
a2f88d1
Compare
Rebased and cleared for review |
Probably worth adding an entry to the changelog. (and another entry to Changed if we rename 'deprecated'->'no-deprecated') |
417e02d
to
9be35ef
Compare
9be35ef
to
44b05c1
Compare
Ok, I think it should be good to go - I'll merge it when it's green 👍 |
Expands on the idea of @ajtribick in #204