Skip to content

Releases: taiki-e/cargo-hack

0.5.18

04 Sep 13:48
Compare
Choose a tag to compare
  • 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

12 Aug 21:15
Compare
Choose a tag to compare
  • Distribute prebuilt binaries for x86_64 FreeBSD. (#160)

0.5.16

30 Jul 06:18
Compare
Choose a tag to compare
  • Fix an issue that a warning was displayed when excluding a feature that exists only in some crates in the workspace. (#158)

0.5.15

18 Jul 05:16
Compare
Choose a tag to compare
  • 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

02 Jun 13:12
Compare
Choose a tag to compare
  • Distribute prebuilt binaries for aarch64 macOS. (#151)

0.5.13

12 May 00:54
Compare
Choose a tag to compare
  • Support short flag of --features (-F). (#150)

0.5.12

21 Jan 15:16
Compare
Choose a tag to compare
  • Distribute prebuilt binaries for aarch64 Linux (gnu and musl).

0.5.11

21 Jan 05:27
Compare
Choose a tag to compare
  • Fix breakage on nightly-2022-01-20 or later. (#146)

0.5.10

05 Jan 13:24
Compare
Choose a tag to compare
  • Fix handling of combined short flags. (#143)

  • Support omitting lower bound of --version-range in all cargo versions. (#144)

0.5.9

29 Dec 07:53
Compare
Choose a tag to compare
  • 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)