-
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
Upgrade to proc-macro-crate 2
#133
Comments
Looks like the MSRV is problematic: https://github.com/MarijnS95/num_enum/actions/runs/6468866192/job/17561760006#step:5:18 Changes: |
Hello! Very reasonable request! As you've noted, this is currently pretty hard for MSRV reasons, and jumping forwards 14 months would be a pretty large jump... One thing worth mentioning is that |
Unfortunately optional deps will show up as part of At least good to know that it doesn't get compiled/used by default. |
This was hopefully fixed in #134 which was released in 0.7.1 |
Hey! I'm currently going through a dependency chain to resolve some duplicates of
toml
and thetoml_edit
crates, and one of which is solved byproc-macro-crate 2
bumping these dependencies:bkchr/proc-macro-crate@39a7c18
How easy/trivial (and MSRV-compliant) would it be for
num_enum_derive
to bump to this crate release? It looks likemetadata_checks
depends on an oldercargo_toml
as well which has thetoml
dependency.The text was updated successfully, but these errors were encountered: