taiki-e / cargo-hack

Cargo subcommand to provide various options useful for testing and continuous integration.
Apache License 2.0
628 stars 28 forks source link

Add `--mutually-exclusive-features` #230

Closed jhpratt closed 9 months ago

jhpratt commented 9 months ago

The check for overlap between --mutually-exclusive-features and --features is not strictly necessary, as an overlap of a single item would be acceptable. There is currently no check for conflicting --group-features and --mutually-exclusive-features. If you would like this, let me know.

Closes #132

taiki-e commented 9 months ago

Published in 0.6.17.