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

Make `--group-features` usable with `--each-feature` #251

Open zohnannor opened 6 months ago

zohnannor commented 6 months ago

Right now we are required to use a workaround: --feature-powerset --depth 1 (as it should work the same).