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
Uh oh!
There was an error while loading. Please reload this page.
-
Some crates use
cfgs 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-checkscould 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