Releases: taiki-e/cargo-hack
Releases · taiki-e/cargo-hack
0.5.25
- Update
toml_edit
to 0.16.
0.5.24
-
Pin libc
to 0.2.137 to work around build failure on FreeBSD. (#174)
-
Add unstable --no-manifest-path
flag.
-
Improve behavior regarding removal of dev-dependencies.
-
Diagnostics improvements.
0.5.23
- Replace
atty
with is-terminal
. (#171)
0.5.21
- Improve handling of multiple
--target
options on older cargo. (#169)
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
- Fix "failed to parse
rust-version
field from manifest" error when workspace inheritance is used. (#165)
0.5.18
-
Allow empty strings in --features
(-F
), --exclude-features
(--skip
), --include-features
.
Passing an empty string to them is now considered the same as not passing the flag. See #163 for more.
-
Distribute prebuilt binaries for aarch64 Windows.
0.5.17
- Distribute prebuilt binaries for x86_64 FreeBSD. (#160)
0.5.16
- Fix an issue that a warning was displayed when excluding a feature that exists only in some crates in the workspace. (#158)