File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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" %}
Original file line number Diff line number Diff line change 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'))
You can’t perform that action at this time.
0 commit comments