Skip to content

Releases: taiki-e/cargo-hack

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.)

0.6.1

28 Aug 17:36
Compare
Choose a tag to compare
  • Fix bug in --no-private flag.

0.6.0

28 Aug 16:40
Compare
Choose a tag to compare
  • Add --no-private flag to exclude publish = false crates.

    This flag is more powerful than --ignore-private flag, because this also prevents private crates from affecting lockfile and metadata.

  • Restore Cargo.lock after run to match behavior with cargo-minimal-versions and cargo-no-dev-deps, when --no-dev-deps, --remove-dev-deps, or --no-private is used.

0.5.29

06 Aug 09:32
Compare
Choose a tag to compare
  • Documentation improvements.

0.5.28

28 Feb 16:49
Compare
Choose a tag to compare
  • Add unstable --print-command-list flag. (#175)

  • Update toml_edit to 0.19.

0.5.27

25 Jan 02:16
Compare
Choose a tag to compare
  • Update toml_edit to 0.18.

  • Update lexopt to 0.3

0.5.26

11 Jan 13:39
Compare
Choose a tag to compare
  • Distribute prebuilt macOS universal binary.

0.5.25

25 Dec 14:56
Compare
Choose a tag to compare
  • Update toml_edit to 0.16.

0.5.24

03 Dec 21:47
Compare
Choose a tag to compare
  • 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.