Skip to content

Commit 52022f6

Browse files
authored
Version.njk: Add Rust toolchain version (#229)
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 <michael.kubacki@microsoft.com>
1 parent 101941b commit 52022f6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.sync/Version.njk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@
3838

3939
{# The version of the ubuntu-22-build container to use. #}
4040
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:3bf70b5" %}
41+
42+
{# The Rust toolchain version to use. #}
43+
{% set rust_toolchain = "1.71.1" %}

0 commit comments

Comments
 (0)