We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196d492 commit 8cfbbaaCopy full SHA for 8cfbbaa
1 file changed
config/versions.yaml
@@ -2,12 +2,12 @@
2
# IMPORTANT
3
# If you change the Rust toolchain version here, make sure to also change
4
# docker-images/ubi9-rust-builder/Dockerfile
5
-rust_version: 1.92.0
+rust_version: 1.93.0
6
7
# This nightly version is only used for cargo fmt invocations, because we use nightly-only
8
# rustfmt config options in rustfmt.toml. The version should be kept in line with the version
9
# used in the operator-rs repository.
10
-rust_nightly_version: nightly-2026-02-19
+rust_nightly_version: nightly-2026-02-24
11
12
# This edition is mostly used for rustfmt commands and the rustfmt config file. The edition should
13
# be kept in line with the edition in the operator-rs repository.
0 commit comments