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
Thank you so much for the extremely useful project!
I have a project that has two features where at least one of them must be enabled. I would therefore like to skip the empty feature set when running cargo-all-features.
to skip the empty feature set, but instead it skips all feature sets and makes cargo-all-features do nothing.
Would this be possible to change? Alternatively this is already supported and I am just missing something obvious. In that case I apologize, but would still love to hear how I might accomplish this!
The text was updated successfully, but these errors were encountered:
JSorngard
changed the title
Not possible to skip the empty feature set
Not possible to skip the empty feature set (?)
Jan 25, 2025
Thank you so much for the extremely useful project!
I have a project that has two features where at least one of them must be enabled. I would therefore like to skip the empty feature set when running
cargo-all-features
.I would expect the
Cargo.toml
optionto skip the empty feature set, but instead it skips all feature sets and makes
cargo-all-features
do nothing.Would this be possible to change? Alternatively this is already supported and I am just missing something obvious. In that case I apologize, but would still love to hear how I might accomplish this!
The text was updated successfully, but these errors were encountered: