Skip to content

Releases: taiki-e/cargo-hack

0.6.11

18 Oct 11:29
Compare
Choose a tag to compare
  • Fix handling of weak dependency features when namespaced features is not used together.

  • Improve performance by passing --no-deps to cargo metadata except when using --include-deps-features.

0.6.10

17 Oct 17:15
Compare
Choose a tag to compare
  • Fix compatibility with old Cargo. This fixes a regression introduced in 0.6.9.

0.6.9

17 Oct 13:34
Compare
Choose a tag to compare
  • Improve performance and reduce disc usage by passing --filter-platform to cargo metadata. (#223)

0.6.8

15 Sep 17:34
Compare
Choose a tag to compare
  • Disable log grouping on GitHub Actions by default if an option is passed in which stdout is assumed to be used, such as --message-format. (#221)

0.6.7

11 Sep 14:55
Compare
Choose a tag to compare
  • Group rustup output on GitHub Actions. (#219)

  • Improve error message when no rust-version field is specified. (#217)

0.6.6

09 Sep 07:39
Compare
Choose a tag to compare
  • Add --rust-version flag to perform commands on the Rust version of package.rust-version field in Cargo.toml. (#202, thanks @epage)

  • Support mixed MSRV in --version-range option. (#213, thanks @epage)

    Previously, crates in a workspace must have the same MSRVs, but that restriction is now removed.

  • Support ..= as inclusive range syntax for --version-range option to match Rust's inclusive range syntax. (#198)

    The old inclusive range syntax is now deprecated, but continues to be supported.

  • Group logs on GitHub Actions. (#206, #214)

    log-group

    This can be opt-out by using --log-group=none, and can be force-enabled by --log-group=github-actions.

  • Work around a rustup bug (rust-lang/rustup#3036) on Windows. (#209)

0.6.5

04 Sep 12:20
Compare
Choose a tag to compare

0.6.4

29 Aug 13:29
Compare
Choose a tag to compare
  • Fix bug in --no-private flag with virtual workspace.

0.6.3

28 Aug 20:32
Compare
Choose a tag to compare
  • Fix bug in --no-private flag on Windows.

0.6.2

28 Aug 18:31
Compare
Choose a tag to compare
  • Work around spurious "failed to select a version" error when --version-range option is used.

    (This does not work around the underlying cargo bug.)