Skip to content

Releases: taiki-e/cargo-hack

0.6.28

17 Apr 14:34
Compare
Choose a tag to compare
  • Fix bug in --mutually-exclusive-features option. (#250)

0.6.27

02 Apr 10:43
Compare
Choose a tag to compare
  • Adjust command order of --each-feature/--feature-powerset to early run a case that is likely to find a problem. (#247)

0.6.26

01 Apr 13:41
Compare
Choose a tag to compare
  • Minor performance improvement to --mutually-exclusive-features option.

0.6.25

01 Apr 13:27
Compare
Choose a tag to compare
  • Fix bug in --mutually-exclusive-features option. (#245)

0.6.24

01 Apr 00:29
Compare
Choose a tag to compare
  • Respect the existing Cargo.lock with --version-range/--rust-version except when necessary to work around old cargo bugs. (#242)
    If you want to ensure that the existing Cargo.lock is respected in all cases, please use --locked.

0.6.23

27 Mar 12:26
Compare
Choose a tag to compare
  • Fix ignoring optional dependencies when namespaced dependencies are used. (#241, thanks @xStrom)

0.6.22

10 Mar 06:07
Compare
Choose a tag to compare

0.6.21

06 Mar 16:34
Compare
Choose a tag to compare
  • Support combining --ignore-unknown-features and --group-features. (#240, thanks @kornelski)

0.6.20

21 Feb 01:59
Compare
Choose a tag to compare

0.6.19

16 Feb 23:42
Compare
Choose a tag to compare
  • Fix bug in --mutually-exclusive-features option. (#235, thanks @sunmy2019)