Skip to content

Commit 676161b

Browse files
authored
.sync/rust-toolchain.toml: Sync cargo-release (#411)
The release GitHub workflow downloads and caches the cargo tools in the rust-toolchain.toml file so sync it. Signed-off-by: Michael Kubacki <[email protected]>
1 parent 774c2b6 commit 676161b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.sync/Version.njk

+1
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@
4848
{# Rust tool versions. #}
4949
{% set cargo_make = "0.37.24" %}
5050
{% set cargo_tarpaulin = "0.31.5" %}
51+
{% set cargo_release = "0.25.12" %}

.sync/rust_config/rust-toolchain.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ channel = "{{ sync_version.rust_toolchain }}"
66
[tools]
77
cargo-make = "{{ sync_version.cargo_make }}"
88
cargo-tarpaulin = "{{ sync_version.cargo_tarpaulin }}"
9+
cargo-release = "{{ sync_version.cargo_release }}"

0 commit comments

Comments
 (0)