Skip to content

Releases: guppy-rs/guppy

cargo-hakari 0.9.19-rc.4

14 Jan 19:19
Compare
Choose a tag to compare
Pre-release

This is a test release.

cargo-hakari 0.9.19-rc.3

14 Jan 19:00
Compare
Choose a tag to compare
Pre-release

This is a test release.

target-spec 1.3.1

09 Jan 00:00
Compare
Choose a tag to compare

Added

Added note to readme about MSRV for target-spec 1.3.x.

target-spec 1.3.0

08 Jan 23:07
Compare
Choose a tag to compare

Changed

  • Internal dependency cfg-expr updated to 0.13.0, updating builtin targets to Rust 1.66.
  • MSRV updated to Rust 1.62.

hakari 0.12.0

08 Jan 23:11
Compare
Choose a tag to compare

Added

Introduced a new dep-format-version, version 3, with these changes:

  • Always elide build metadata from version strings (e.g. with the semver string 5.4.0+g7f361a3, don't show the bit after the + sign). Thanks Nikhil Benesch for your first contribution!
  • Remove private features from the workspace-hack's Cargo.toml. This should simplify the output greatly.

Changed

  • MSRV updated to Rust 1.62.
  • target-spec updated to Rust 1.66.

guppy 0.15.2

08 Jan 23:08
Compare
Choose a tag to compare

Added

  • PackageMetadata::to_feature_set converts a single package to a FeatureSet.

Changed

  • MSRV updated to Rust 1.62.

cargo-hakari 0.9.18

08 Jan 23:21
Compare
Choose a tag to compare

Added

Introduced a new dep-format-version, version 3, with these changes:

  • Always elide build metadata from version strings (e.g. with the semver string 5.4.0+g7f361a3, don't show the bit after the + sign). Thanks Nikhil Benesch for your first contribution!
  • Remove private features from the workspace-hack's Cargo.toml. This should simplify the output greatly.

Changed

  • MSRV updated to Rust 1.62.
  • Builtin target platforms updated to Rust 1.66.

hakari 0.11.1

05 Dec 01:38
Compare
Choose a tag to compare

Fixed

  • Fixed a panic in rare circumstances (#38).

guppy 0.15.1

05 Dec 01:30
Compare
Choose a tag to compare

Added

  • Detailed documentation about dependency cycles in Cargo, as part of the Cycles struct. Thanks Aria for writing it!

cargo-hakari 0.9.17

05 Dec 01:48
Compare
Choose a tag to compare

Fixed

  • Fixed a panic in rare circumstances (#38).