-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update proc-macro-crate
to 2.0, cargo_toml
to 0.16, and MSRV to 1.66.1
#134
Conversation
This indirectly bumps toml_edit to 0.20.2
I see that It's up to you whether or not you want to bump the MSRV. I understand if you want to keep it at 1.56.0! |
Another bump, if you want to go ahead with this, would be |
proc-macro-crate
to 2.0proc-macro-crate
to 2.0, cargo_toml
to 0.16, and MSRV to 1.66.1
Alright! Specifying version ranges for |
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.
Looks great, thanks so much!
This was published as 0.7.1 - thanks for the contribution! |
Thank you! 🎉 |
This indirectly bumps
toml_edit
to v0.20.2.Personally, this would be useful for reducing the number of versions of
toml_edit
we are building in our project.