v6.1.0
github-actions
released this
29 Aug 22:52
·
132 commits
to refs/heads/main
since this release
What's Changed
🚀 Features & ✨ Enhancements
-
.sync/codeql: Add cargo make and install rust-src @makubacki (#235)
Change Details
Updates the workflow to be able to build Rust code if present in a repo. The Rust toolchain is installed by default, so this simply installs `cargo make` and installs `rust-src`.
cargo-make
is cached so it can be reused across runs until the
next version is published in the upstream repo.
Full Changelog: v6.0.1...v6.1.0