Skip to content

Releases: EmbarkStudios/krates

Release 0.5.0

04 Feb 11:26
Compare
Choose a tag to compare

Added

  • Added impl PartialEq<cargo_metadata::DependencyKind> for DepKind

Changed

  • Updated semver, cargo_metadata, and `cfg-expr.

Release 0.4.2

04 Feb 11:27
Compare
Choose a tag to compare

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

04 Feb 11:27
Compare
Choose a tag to compare

Fixed

  • Fix to version 0.11.1 of cargo_metadata.

Release 0.4.0

04 Feb 11:28
Compare
Choose a tag to compare

Fixed

  • Align semver version with the same one used by cargo_metadata, again.

Release 0.3.1

04 Feb 11:28
Compare
Choose a tag to compare

Fixed

  • Align semver version with the same one used by cargo_metadata

Release 0.3.0

04 Feb 11:28
Compare
Choose a tag to compare

Changed

  • Updated cfg-expr to 0.4.0, and added the targets feature, will enable the targets feature in cfg-expr, allowing the use of matching cfg expressions against target_lexicon::Triple instead of only built-in targets/names.

Release 0.2.0

04 Feb 11:29
Compare
Choose a tag to compare

Changed

  • Updated cfg-expr to 0.2.0, so only 1.41.0 built-in targets are fully supported

Release 0.1.1

04 Feb 11:29
Compare
Choose a tag to compare

Added

  • Added PkgSpec, an implementation of cargo's package id specifications
  • Added Builder::workspace, which allows the equivalent of cargo <cmd> --workspace when building the graph
  • Added Builder::exclude, which allows the equivalent of cargo <cmd> --exclude when building the graph

Release 0.1.0

04 Feb 11:29
Compare
Choose a tag to compare

Added

  • Initial implementation