Skip to content

Commit b8fc1dc

Browse files
authored
.sync/Version.njk: Update cargo-make and cargo-tarpaulin to latest (#397)
Since `cargo-binstall` is being used to install Rust binaries, update to the latest version of `cargo-make` and `cargo-tarpaulin`. Note: `RustSetupSteps.yml` in this repo gets updated from this version during the file sync. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 037338d commit b8fc1dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.sync/Version.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
{% set rust_toolchain = "1.80.0" %}
4747

4848
{# Rust tool versions. #}
49-
{% set cargo_make = "0.37.9" %}
50-
{% set cargo_tarpaulin = "0.31.2" %}
49+
{% set cargo_make = "0.37.24" %}
50+
{% set cargo_tarpaulin = "0.31.5" %}

0 commit comments

Comments
 (0)