Skip to content

Commit 9c880c6

Browse files
authored
chore: bump rust-toolchain to 1.79.0 (#406)
* chore: bump rust-toolchain to 1.79.0 * add a warning to rust-toolchain.toml to prevent untemplated changes in the operators
1 parent c6adabb commit 9c880c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# IMPORTANT
33
# If you change the Rust toolchain version here, make sure to also change
44
# docker-images/ubi8-rust-builder/Dockerfile & docker-images/ubi9-rust-builder/Dockerfile
5-
rust_version: 1.77.2
5+
rust_version: 1.79.0

template/rust-toolchain.toml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
# DO NOT EDIT, this file is generated by operator-templating
12
[toolchain]
23
channel = "{[ rust_version }]"

0 commit comments

Comments
 (0)