Skip to content

Commit 6f33064

Browse files
authored
Repo File Sync: synced file(s) with microsoft/mu_devops (#322)
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 [#8009084909](https://github.com/microsoft/mu_devops/actions/runs/8009084909) Signed-off-by: Project Mu UEFI Bot <[email protected]>
1 parent e034fcb commit 6f33064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Steps/RustSetupSteps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ steps:
119119
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
120120

121121
- script: |
122-
cargo binstall -y cargo-make --version
122+
cargo binstall -y cargo-make --version 0.37.9
123123
displayName: Install cargo-make
124124

125125
- script: |
126-
cargo binstall -y cargo-tarpaulin --version
126+
cargo binstall -y cargo-tarpaulin --version 0.27.3
127127
displayName: Install cargo-tarpaulin
128128

129129
- script: rustup component add rustfmt rust-src --toolchain 1.74.0-$(rust_target_triple)

0 commit comments

Comments
 (0)