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 40
40
{% set linux_build_container = " ghcr.io/microsoft/mu_devops/ubuntu-22-build:1082f35" %}
41
41
42
42
{# 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 79
79
# those on both Linux and Windows agents for consistency in the pipeline runs.
80
80
#
81
81
- 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)
85
85
condition : eq(variables['Agent.OS'], 'Windows_NT')
86
86
87
87
- script : pip install requests --upgrade
@@ -136,6 +136,6 @@ steps:
136
136
displayName : Copy cargo-tarpaulin
137
137
condition : and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
138
138
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)
140
140
displayName : rustup add rust-src
141
141
condition : and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
You can’t perform that action at this time.
0 commit comments