Replies: 1 comment 7 replies
-
Hi! Thanks for the suggestion. Could you say more about how such a feature would be useful to users? I'm having a bit of trouble visualizing it — I've never used |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some crates use
cfg
s to define non-additive features in order to not break Cargo's assumption that features are additive. Some examples include tokio, uuid, windows-rs.What if
cargo-semver-checks
could run with each of the cfg flags individually, and take the "max" version of all the runs?Beta Was this translation helpful? Give feedback.
All reactions