Skip to content

Releases: taiki-e/cargo-hack

0.6.33

02 Nov 05:54

Choose a tag to compare

  • Allow using --exclude without also specifying --workspace. (#258, thanks @xStrom)

0.6.32

26 Oct 15:45

Choose a tag to compare

  • Disable quick-install fallback of cargo-binstall.

0.6.31

08 Aug 12:56

Choose a tag to compare

0.6.30

15 Jul 08:54

Choose a tag to compare

  • 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.

0.6.29

12 Jul 22:03

Choose a tag to compare

0.6.28

17 Apr 14:34

Choose a tag to compare

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

0.6.27

02 Apr 10:43

Choose a tag to compare

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

0.6.26

01 Apr 13:41

Choose a tag to compare

  • Minor performance improvement to --mutually-exclusive-features option.

0.6.25

01 Apr 13:27

Choose a tag to compare

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

0.6.24

01 Apr 00:29

Choose a tag to compare

  • 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.