Release 0.16.0
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 forcargo_metadata::PackageId
to an actual type that has accessors for the various components of the id. It also specifies its ownOrd
etc implementation so that those ids are sorted the exact same as the old version.