v6.5.0
·
276 commits
to refs/heads/main
since this release
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.
-
.sync/Version.njk: Update Mu repos to Mu DevOps v6.4.1 @makubacki (#250)
Change Details
Changes since last release: https://github.com/microsoft/mu_devops/compare/v6.1.0...v6.4.1
General release info: https://github.com/microsoft/mu_devops/releases
🚀 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