File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ steps:
79
79
# those on both Linux and Windows agents for consistency in the pipeline runs.
80
80
#
81
81
- script : |
82
- rustup install --no-self-update 1.80 .0
83
- displayName : Install Rust 1.80 .0 (Windows)
82
+ rustup install --no-self-update 1.84 .0
83
+ displayName : Install Rust 1.84 .0 (Windows)
84
84
condition : eq(variables['Agent.OS'], 'Windows_NT')
85
85
86
86
- script : |
87
- rustup default 1.80 .0
88
- displayName : Set Rust 1.80 .0 (Windows)
87
+ rustup default 1.84 .0
88
+ displayName : Set Rust 1.84 .0 (Windows)
89
89
condition : eq(variables['Agent.OS'], 'Windows_NT')
90
90
91
91
- script : pip install requests --upgrade
@@ -130,6 +130,6 @@ steps:
130
130
cargo binstall -y cargo-tarpaulin --version 0.31.5
131
131
displayName : Install cargo-tarpaulin
132
132
133
- - script : rustup component add rustfmt rust-src --toolchain 1.80 .0-$(rust_target_triple)
133
+ - script : rustup component add rustfmt rust-src --toolchain 1.84 .0-$(rust_target_triple)
134
134
displayName : rustup add rust-src
135
135
condition : and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
You can’t perform that action at this time.
0 commit comments