Releases: taiki-e/cargo-hack
Releases · taiki-e/cargo-hack
0.6.33
0.6.32
- Disable quick-install fallback of cargo-binstall.
0.6.31
0.6.30
- 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
- Distribute prebuilt binary for x86_64 illumos. (#252, thanks @zeeshanlakhani)
0.6.28
0.6.27
0.6.26
- Minor performance improvement to
--mutually-exclusive-features
option.