This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
Releases: facebookarchive/cargo-guppy
Releases · facebookarchive/cargo-guppy
target-spec 1.1.0
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.
- As a result,
target-spec 1.0.2
Changed
- Internal dependency updates.
- MSRV updated to Rust 1.56.
hakari 0.10.1
Changed
- Dependency updates: in particular, guppy updated to 0.14.2.
guppy 0.14.2
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
Changed
- Dependency updates: in particular, guppy updated to 0.14.2.
guppy 0.14.1
Added
Workspace::target_directory
returns the target directory provided in the Cargo metadata.Workspace::metadata_table
returns the freeformworkspace.metadata
table.
hakari 0.9.0
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
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
Added
doc_cfg
-based feature labels to rustdoc.MetadataCommand::cargo_command
returns the underlyingstd::process::Command
instance.
Changed
guppy::graph::feature::CrossLink
renamed toConditionalLink
, and now covers some same-package
features. For more, see the documentation forConditionalLink
.- Public dependency bump:
target-spec
updated to version 1.
Fixed
- A small fix to Cargo build simulations (#596).
determinator 0.8.0
Changed
- Public dependency version bump:
guppy
updated to 0.13.0.