Skip to content

Releases: taiki-e/cargo-hack

0.6.18

10 Feb 14:28
Compare
Choose a tag to compare
  • Update toml_edit to 0.22.

0.6.17

03 Feb 13:13
Compare
Choose a tag to compare
  • Add --mutually-exclusive-features option. (#230, thanks @jhpratt)

0.6.16

24 Jan 14:41
Compare
Choose a tag to compare
  • Fix "No such file or directory" error when --no-private flag is used with the workspace that the members field contains glob. (#228)

0.6.15

16 Dec 12:55
Compare
Choose a tag to compare
  • Remove dependency on is-terminal.

0.6.14

05 Dec 13:39
Compare
Choose a tag to compare
  • Update toml_edit to 0.21.

0.6.13

22 Oct 04:53
Compare
Choose a tag to compare
  • Fix handling of optional dependency as features when namespaced features are not used together. This fixes a regression introduced in 0.6.11.

0.6.12

18 Oct 20:02
Compare
Choose a tag to compare
  • Fix compatibility with old Cargo. This fixes a regression introduced in 0.6.11.

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)