Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Releases: facebookarchive/cargo-guppy

target-spec 1.1.0

31 Aug 03:29
Compare
Choose a tag to compare

Fixed

  • Unknown predicates now evaluate to false, matching Cargo's behavior.
    • As a result, Error::UnknownPredicate is no longer in use and has been deprecated.

target-spec 1.0.2

29 May 20:10
Compare
Choose a tag to compare

Changed

  • Internal dependency updates.
  • MSRV updated to Rust 1.56.

hakari 0.10.1

29 May 20:10
Compare
Choose a tag to compare

Changed

  • Dependency updates: in particular, guppy updated to 0.14.2.

guppy 0.14.2

29 May 20:10
Compare
Choose a tag to compare

Fixed

  • On Windows, guppy now behaves correctly when a path dependency is on a different drive from the workspace (#642).

Changed

  • Internal dependency updates.

cargo-hakari 0.9.14

29 May 20:11
Compare
Choose a tag to compare

Changed

  • Dependency updates: in particular, guppy updated to 0.14.2.

guppy 0.14.1

18 Mar 23:23
Compare
Choose a tag to compare

Added

  • Workspace::target_directory returns the target directory provided in the Cargo metadata.
  • Workspace::metadata_table returns the freeform workspace.metadata table.

hakari 0.9.0

26 Feb 19:22
Compare
Choose a tag to compare

Added

  • doc_cfg-based feature labels to rustdoc.

Changed

  • Public dependency bump: guppy updated to 0.13.0.

Fixed

  • A small fix to Cargo build simulations (#596). This is not a breaking change to the hakari output because it is a bugfix.

cargo-hakari 0.9.12

26 Feb 19:22
Compare
Choose a tag to compare

Fixed

  • A small fix to Cargo build simulations (#596). This is not a breaking change to the hakari output because it is a bugfix.

guppy 0.13.0

13 Feb 22:37
Compare
Choose a tag to compare

Added

  • doc_cfg-based feature labels to rustdoc.
  • MetadataCommand::cargo_command returns the underlying std::process::Command instance.

Changed

  • guppy::graph::feature::CrossLink renamed to ConditionalLink, and now covers some same-package
    features. For more, see the documentation for ConditionalLink.
  • Public dependency bump: target-spec updated to version 1.

Fixed

  • A small fix to Cargo build simulations (#596).

determinator 0.8.0

13 Feb 22:38
Compare
Choose a tag to compare

Changed

  • Public dependency version bump: guppy updated to 0.13.0.