Skip to content

Commit

Permalink
Version.njk: Add Rust toolchain version (#229)
Browse files Browse the repository at this point in the history
Adds the Rust toolchain version to the file so it can be referenced
in future changes that add Rust support to the repo.

This change needs to be broken out because the upcoming change will
refer to this entry in Version.njk in the main branch when testing
the container build in its PR checks.

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki authored Aug 23, 2023
1 parent 101941b commit 52022f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .sync/Version.njk
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@

{# The version of the ubuntu-22-build container to use. #}
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:3bf70b5" %}

{# The Rust toolchain version to use. #}
{% set rust_toolchain = "1.71.1" %}

0 comments on commit 52022f6

Please sign in to comment.