Skip to content

v6.5.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 23:38
· 276 commits to refs/heads/main since this release
e2f5540

What's Changed

  • .sync/Files.yml: Drop Makefile.toml sync to mu\_rust\_hid @makubacki (#251)
    Change Details
      Do not sync the file since the repo is not planned to host UEFI rust code at this time which the makefile helps cater to.

🚀 Features & ✨ Enhancements

  • Steps/RustCargoSteps.yml: Parameterize commands @makubacki (#252)
    Change Details
      Allows the format, test, and build commands to be customized by a caller. The default values remain the same as the previous commands for backward compatibility.

    Repos that only contain pure Rust code may choose to pass conventional
    cargo commands or custom wrapper commands.




Full Changelog: v6.4.1...v6.5.0