Skip to content

v12.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 23:08
· 5 commits to refs/heads/main since this release
7d2b147

What's Changed

  • Version.njk: Update to container version d1e4ff1 @makubacki (#374)
    Change Details
      Main reason to update is to use the latest Rust versions in Version.njk.
    {# The Rust toolchain version to use. #}
    {% set rust_toolchain = "1.80.0" %}
    
    {# Rust tool versions. #}
    {% set cargo_make = "0.37.9" %}
    {% set cargo_tarpaulin = "0.31.2" %}
    

    A complete list of changes compared to the previous container
    version (0e124c1) is in:

    0e124c1...d1e4ff1




  • Build-Containers.yml: Trigger on Version.njk change @makubacki (#373)
    Change Details
      Builds the container on a change to the version file.

Full Changelog: v12.0.1...v12.0.2