Skip to content

Release 0.16.0

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 20 Jan 06:28
· 22 commits to main since this release

Fixed

  • PR#65 resolved #64 by adding support for the newly stabilized (currently nightly only) package id format.

Changed

  • PR#65 changed Kid from just a type alias for cargo_metadata::PackageId to an actual type that has accessors for the various components of the id. It also specifies its own Ord etc implementation so that those ids are sorted the exact same as the old version.