Skip to content

Releases: taiki-e/cargo-hack

0.6.31

08 Aug 12:56
Compare
Choose a tag to compare

0.6.30

15 Jul 08:54
Compare
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
Compare
Choose a tag to compare

0.6.28

17 Apr 14:34
Compare
Choose a tag to compare
  • Fix bug in --mutually-exclusive-features option. (#250)

0.6.27

02 Apr 10:43
Compare
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
Compare
Choose a tag to compare
  • Minor performance improvement to --mutually-exclusive-features option.

0.6.25

01 Apr 13:27
Compare
Choose a tag to compare
  • Fix bug in --mutually-exclusive-features option. (#245)

0.6.24

01 Apr 00:29
Compare
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.

0.6.23

27 Mar 12:26
Compare
Choose a tag to compare
  • Fix ignoring optional dependencies when namespaced dependencies are used. (#241, thanks @xStrom)

0.6.22

10 Mar 06:07
Compare
Choose a tag to compare