Releases: EmbarkStudios/krates
Releases Β· EmbarkStudios/krates
Release 0.16.6
Release 0.16.5
Release 0.16.4
Release 0.16.3
Fixed
- PR#71 fixed an issue introduced in PR#70 that would cause duplicates to not be detected correctly. Thanks @louisdewar!
Release 0.16.2
Release 0.16.1
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.
Release 0.15.3
Release 0.15.2
Release 0.15.1
Added
- PR#59 added
Krates::krates_filtered
, allowing filtering of crates based upon their edge kinds.