Skip to content

Commit c9f2102

Browse files
committed
chore: Add rustup version templating variable
1 parent 43b0ebd commit c9f2102

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/versions.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ rust_nightly_version: nightly-2025-01-15
1313
# be kept in line with the edition in the operator-rs repository.
1414
rust_edition: 2024
1515

16+
# This value is used to pin (possible since https://github.com/rust-lang/rustup/pull/4259) the
17+
# rustup version used in CI because rustup introduced multiple breaking changes in the past, see:
18+
# - https://github.com/rust-lang/rustup/issues/4211
19+
# - https://github.com/rust-lang/rustup/issues/4337
20+
# Check for new versions here: https://github.com/rust-lang/rustup/tags
21+
rustup_version: 1.28.1
22+
1623
# IMPORTANT
1724
# If you change the Hadolint version here, make sure to also change the hook
1825
# refs in the local and templated .pre-commit-config.yaml files.

0 commit comments

Comments
 (0)