Releases: EmbarkStudios/krates
Releases Β· EmbarkStudios/krates
Release 0.5.0
Added
- Added
impl PartialEq<cargo_metadata::DependencyKind> for DepKind
Changed
- Updated
semver
,cargo_metadata
, and `cfg-expr.
Release 0.4.2
Fixed
- PR#19 Fixed an issue where
git
sources could differ in package id representation between the actual source, and the id used to specify it as a dependency from another package.
Release 0.4.1
Fixed
- Fix to version
0.11.1
ofcargo_metadata
.
Release 0.4.0
Fixed
- Align
semver
version with the same one used bycargo_metadata
, again.
Release 0.3.1
Fixed
- Align
semver
version with the same one used bycargo_metadata
Release 0.3.0
Changed
- Updated
cfg-expr
to 0.4.0, and added thetargets
feature, will enable thetargets
feature in cfg-expr, allowing the use of matching cfg expressions againsttarget_lexicon::Triple
instead of only built-in targets/names.
Release 0.2.0
Changed
- Updated
cfg-expr
to 0.2.0, so only 1.41.0 built-in targets are fully supported
Release 0.1.1
Added
- Added
PkgSpec
, an implementation of cargo's package id specifications - Added
Builder::workspace
, which allows the equivalent ofcargo <cmd> --workspace
when building the graph - Added
Builder::exclude
, which allows the equivalent ofcargo <cmd> --exclude
when building the graph
Release 0.1.0
Added
- Initial implementation