Releases: EmbarkStudios/krates
Releases Β· EmbarkStudios/krates
Release 0.12.1
Release 0.12.0
Added
- PR#42 added support for features, adding nodes for each unique future, and linking edges between dependencies and features themselves. This (hopefully) properly takes into account the existing ways of pruning the graph via targets, exclusions etc. It also allows the retrieval of that final feature set via
Krates::get_enabled_features
.
Fixed
Release 0.11.0
Changed
- PR#40 updated
cargo_metadata
to 0.15. Thanks @pinkforest!
Release 0.10.1
Release 0.10.0
Changed
- PR#36 updated
cfg-expr
and fixed up crates.io metadata.
Release 0.9.0
Release 0.8.1
Added
- PR#34 added support for the
--locked
,--offline
, and--frozen
arguments.
Release 0.8.0
Release 0.7.0
Changed
- Updated
cargo_metadata
to 0.13.0, which usescamino
for path information, so it is reexported and used forKrates::lock_path
Release 0.6.0
Changed
- Updated
cfg-expr
to 0.7.0, which brings targets as of 1.50.0