Skip to content

Commit af0c4bd

Browse files
authored
.sync/Version.njk: Update to Rust 1.74 (#310)
Routine update. Signed-off-by: Michael Kubacki <[email protected]>
1 parent 39e99d4 commit af0c4bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.sync/Version.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
{% set linux_build_container = "ghcr.io/microsoft/mu_devops/ubuntu-22-build:1082f35" %}
4141

4242
{# The Rust toolchain version to use. #}
43-
{% set rust_toolchain = "1.73.0" %}
43+
{% set rust_toolchain = "1.74.0" %}

Steps/RustSetupSteps.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ steps:
7979
# those on both Linux and Windows agents for consistency in the pipeline runs.
8080
#
8181
- script: |
82-
rustup install 1.73.0
83-
rustup default 1.73.0
84-
displayName: Install Rust 1.73.0 (Windows)
82+
rustup install 1.74.0
83+
rustup default 1.74.0
84+
displayName: Install Rust 1.74.0 (Windows)
8585
condition: eq(variables['Agent.OS'], 'Windows_NT')
8686

8787
- script: pip install requests --upgrade
@@ -136,6 +136,6 @@ steps:
136136
displayName: Copy cargo-tarpaulin
137137
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
138138

139-
- script: rustup component add rustfmt rust-src --toolchain 1.73.0-$(rust_target_triple)
139+
- script: rustup component add rustfmt rust-src --toolchain 1.74.0-$(rust_target_triple)
140140
displayName: rustup add rust-src
141141
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))

0 commit comments

Comments
 (0)