Releases: taiki-e/cargo-hack
0.5.15
-
Support namespaced features (features with
dep:
prefix). (#154) -
Fix handling of quoted keys in
--no-dev-deps
and--remove-dev-deps
. (#152)This increases the rustc version required to build cargo-hack. (rustc 1.46+ -> 1.56+)
The cargo/rustc version required to run cargo-hack remains unchanged. (cargo 1.26+)This also increases the compile time of cargo-hack. Consider installing cargo-hack from prebuilt binaries.
-
Add metadata for cargo binstall.
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.