Skip to content

Commit 833f083

Browse files
authored
Repo File Sync: synced file(s) with microsoft/mu_devops (#398)
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 [#13131806754](https://github.com/microsoft/mu_devops/actions/runs/13131806754) Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
1 parent b8fc1dc commit 833f083

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
@@ -123,11 +123,11 @@ steps:
123123
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
124124

125125
- script: |
126-
cargo binstall -y cargo-make --version 0.37.9
126+
cargo binstall -y cargo-make --version 0.37.24
127127
displayName: Install cargo-make
128128

129129
- script: |
130-
cargo binstall -y cargo-tarpaulin --version 0.31.2
130+
cargo binstall -y cargo-tarpaulin --version 0.31.5
131131
displayName: Install cargo-tarpaulin
132132

133133
- script: rustup component add rustfmt rust-src --toolchain 1.80.0-$(rust_target_triple)

0 commit comments

Comments
 (0)