Skip to content

v6.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 22:52
· 126 commits to refs/heads/main since this release
5f08732

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