cargo-hack

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

APACHE-2.0 License

Downloads
903.1K
Stars
620
Committers
6

Bot releases are visible (Hide)

cargo-hack - 0.6.31 Latest Release

Published by github-actions[bot] 2 months ago

  • Add --partition option. (#253, thanks @ryoqun)
cargo-hack - 0.6.30

Published by github-actions[bot] 3 months ago

  • Always exit with 1 on SIGINT/SIGTERM/SIGHUP. Previously, it sometimes exited with 0, but this sometimes worked badly with CI systems that attempted to terminate processes in SIGINT during resource usage problems.
cargo-hack - 0.6.29

Published by github-actions[bot] 3 months ago

  • Distribute prebuilt binary for x86_64 illumos. (#252, thanks @zeeshanlakhani)
cargo-hack - 0.6.28

Published by github-actions[bot] 6 months ago

  • Fix bug in --mutually-exclusive-features option. (#250)
cargo-hack - 0.6.27

Published by github-actions[bot] 7 months ago

  • Adjust command order of --each-feature/--feature-powerset to early run a case that is likely to find a problem. (#247)
cargo-hack - 0.6.26

Published by github-actions[bot] 7 months ago

  • Minor performance improvement to --mutually-exclusive-features option.
cargo-hack - 0.6.25

Published by github-actions[bot] 7 months ago

  • Fix bug in --mutually-exclusive-features option. (#245)
cargo-hack - 0.6.24

Published by github-actions[bot] 7 months ago

  • Respect the existing Cargo.lock with --version-range/--rust-version except when necessary to work around old cargo bugs. (#242)
    If you want to ensure that the existing Cargo.lock is respected in all cases, please use --locked.
cargo-hack - 0.6.23

Published by github-actions[bot] 7 months ago

  • Fix ignoring optional dependencies when namespaced dependencies are used. (#241, thanks @xStrom)
cargo-hack - 0.6.22

Published by github-actions[bot] 8 months ago

cargo-hack - 0.6.21

Published by github-actions[bot] 8 months ago

  • Support combining --ignore-unknown-features and --group-features. (#240, thanks @kornelski)
cargo-hack - 0.6.20

Published by github-actions[bot] 8 months ago

  • Respect --locked flag. (#236, thanks @epage)
cargo-hack - 0.6.19

Published by github-actions[bot] 8 months ago

  • Fix bug in --mutually-exclusive-features option. (#235, thanks @sunmy2019)
cargo-hack - 0.6.18

Published by github-actions[bot] 8 months ago

  • Update toml_edit to 0.22.
cargo-hack - 0.6.17

Published by github-actions[bot] 9 months ago

  • Add --mutually-exclusive-features option. (#230, thanks @jhpratt)
cargo-hack - 0.6.16

Published by github-actions[bot] 9 months ago

  • Fix "No such file or directory" error when --no-private flag is used with the workspace that the members field contains glob. (#228)
cargo-hack - 0.6.15

Published by github-actions[bot] 10 months ago

  • Remove dependency on is-terminal.
cargo-hack - 0.6.14

Published by github-actions[bot] 11 months ago

  • Update toml_edit to 0.21.
cargo-hack - 0.6.13

Published by github-actions[bot] about 1 year ago

  • Fix handling of optional dependency as features when namespaced features are not used together. This fixes a regression introduced in 0.6.11.
cargo-hack - 0.6.12

Published by github-actions[bot] about 1 year ago

  • Fix compatibility with old Cargo. This fixes a regression introduced in 0.6.11.
Package Rankings
Top 17.55% on Crates.io
Badges
Extracted from project README
crates.io license github actions