You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proc-macro-crate depends on toml, which in turn depends on serde
_with_ std. Only depend on proc-macro-crate if std is enabled.
This means that no_std consumer of num_enum cannot rename their num_enum
dependency. This seems like a reasonable restriction.
Works around rust-lang/cargo#5730
0 commit comments