File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ rust_nightly_version: nightly-2025-01-15
13
13
# be kept in line with the edition in the operator-rs repository.
14
14
rust_edition : 2024
15
15
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
+
16
23
# IMPORTANT
17
24
# If you change the Hadolint version here, make sure to also change the hook
18
25
# refs in the local and templated .pre-commit-config.yaml files.
You can’t perform that action at this time.
0 commit comments