Skip to content

2024.06.18

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 18:12
· 15 commits to main since this release
db971fa

TL;DR: Main Changes

This release is mostly about cargo-playdate v0.5.

Refactoring

  • some build system parts including final product matching, that gives support of cargo's auto-targets such as bin and example, as well as args like --all-targets
  • metadata & manifest-builder now supports:
  • fixed appliance of options.assets - now only top-level options are used for entire deps-tree
  • fixed assets of dependencies packaging
  • fixed cargo's cache corruption, so incremental builds now works as should

⚠️ Breaking changes:

From this version ...playdate.assets.options not supported, use ...playdate.options.assets

MNRV* changed to nightly-2024-05-28.
*MNRV means Minimal Nightly Rust Version

Changelog

Full Changelog: 2024.05.24...2024.06.18