Releases: taiki-e/cargo-hack
Releases · taiki-e/cargo-hack
0.5.14
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.