Releases: taiki-e/cargo-hack
0.5.13
0.5.12
- Distribute prebuilt binaries for aarch64 Linux (gnu and musl).
0.5.11
0.5.10
0.5.9
-
Fix an error when using old cargo with a dependency graph containing 2021 edition crates. (#138)
-
Support omitting lower bound of
--version-range
. (#139) -
Add
--keep-going
flag. (#140) -
Fix an issue where
--feature-powerset
and--each-feature
add--all-features
as one of the combinations, even if it is already covered by another combination. (#141)
0.5.8
0.5.7
0.5.6
-
You can now install cargo-hack using Homebrew tap on macOS and Linux:
brew install taiki-e/tap/cargo-hack
-
Documentation improvements.
0.5.5
0.5.4
-
Stop commit of
Cargo.lock
.
If you want to use cargo-hack with versions of dependencies at the time of release, please download the compiled binary from GitHub Releases.
See #117 for more. -
Do not run
rustup toolchain install
in--version-range
if the toolchain already has installed.