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 c6adabb commit 9c880c6Copy full SHA for 9c880c6
config/rust.yaml
@@ -2,4 +2,4 @@
2
# IMPORTANT
3
# If you change the Rust toolchain version here, make sure to also change
4
# docker-images/ubi8-rust-builder/Dockerfile & docker-images/ubi9-rust-builder/Dockerfile
5
-rust_version: 1.77.2
+rust_version: 1.79.0
template/rust-toolchain.toml.j2
@@ -1,2 +1,3 @@
1
+# DO NOT EDIT, this file is generated by operator-templating
[toolchain]
channel = "{[ rust_version }]"
0 commit comments