Releases: taiki-e/cargo-hack
Releases · taiki-e/cargo-hack
0.5.23
0.5.22
-
Update
toml_edit
to 0.15.This increases the rustc version required to build cargo-hack. (rustc 1.56+ -> 1.60+)
The cargo/rustc version required to run cargo-hack remains unchanged. (cargo 1.26+)
0.5.21
0.5.20
- Support multiple
--target
options. This uses cargo 1.64's multi-target builds on cargo 1.64+, otherwise fallback to perform command per targets. (#168)
0.5.19
0.5.18
0.5.17
0.5.16
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.