Skip to content

Commit bc161dc

Browse files
authored
Repo File Sync: synced file(s) with microsoft/mu_devops (#418)
synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#14079290675](https://github.com/microsoft/mu_devops/actions/runs/14079290675) Signed-off-by: Project Mu UEFI Bot <[email protected]>
1 parent 742914f commit bc161dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: Steps/RustSetupSteps.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ steps:
7979
# those on both Linux and Windows agents for consistency in the pipeline runs.
8080
#
8181
- 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)
8484
condition: eq(variables['Agent.OS'], 'Windows_NT')
8585

8686
- 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)
8989
condition: eq(variables['Agent.OS'], 'Windows_NT')
9090

9191
- script: pip install requests --upgrade
@@ -130,6 +130,6 @@ steps:
130130
cargo binstall -y cargo-tarpaulin --version 0.31.5
131131
displayName: Install cargo-tarpaulin
132132

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)
134134
displayName: rustup add rust-src
135135
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))

0 commit comments

Comments
 (0)