Skip to content

Releases: taiki-e/cargo-hack

0.6.37

11 Jul 17:20
Compare
Choose a tag to compare
  • Fix --mutually-exclusive-features interacting with optional dependencies. (#276, thanks @xStrom)

    This is a re-land of the change added in 0.6.34 but reverted in 0.6.36 due to infinite recursion bug, with the infinite recursion bug fixed.

  • Update toml_edit to 0.23.

0.6.36

20 Mar 14:29
Compare
Choose a tag to compare
  • Fix a regression introduced in 0.6.34 that caused a stack overflow. (#272)

0.6.35

11 Feb 07:29
Compare
Choose a tag to compare
  • Performance improvements.

  • Documentation improvements.

0.6.34

16 Jan 16:35
Compare
Choose a tag to compare
  • Fix --mutually-exclusive-features interacting with optional dependencies. (#261, thanks @xStrom)

  • Remove dependency on slab crate.

0.6.33

02 Nov 05:54
Compare
Choose a tag to compare
  • Allow using --exclude without also specifying --workspace. (#258, thanks @xStrom)

0.6.32

26 Oct 15:45
Compare
Choose a tag to compare
  • Disable quick-install fallback of cargo-binstall.

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)