cargo-hack icon indicating copy to clipboard operation
cargo-hack copied to clipboard

Cargo subcommand to provide various options useful for testing and continuous integration.

Results 29 cargo-hack issues
Sort by recently updated
recently updated
newest added

We have some tests for it, but not enough. Both of recent regressions (https://github.com/taiki-e/cargo-hack/commit/693f0c0d404d97346a54f4eee97fa6e34eeae84d, https://github.com/taiki-e/cargo-config2/commit/0a5870a0076e105e9c88d72991ab62e9793aaa1e) are caught by another repo's CI.

for one time donation thank you

See the second and third sections of https://github.com/jonhoo/rust-ci-conf/pull/4#issuecomment-1475242415 for details.

C-documentation

See the first section of https://github.com/jonhoo/rust-ci-conf/pull/4#issuecomment-1475242415 for details.

C-enhancement

`publish --all` fails for https://github.com/Electron100/butane because the order in https://github.com/Electron100/butane/blob/master/Cargo.toml is not the order required to publish. For that project, `butane_core` has the no dependencies on the other workspace members,...

C-enhancement

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

C-enhancement
A-features

Hello! I've been occasionally interested in #180 which has been stalled for at least a year. I think I now have a little bit of time/interest to try this. I'm...

Originally proposed by @orlp. https://discord.com/channels/273534239310479360/273541522815713281/1263250421653438625 ``` --random Performs with random feature combinations up to the number specified per crate. This flag can only be used together with --feature-powerset flag. ```...

A-features