From 511e04aec053fca4089b7e8d5a1f6188b3a1f0ff Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 3 Dec 2024 15:36:37 +0100 Subject: [PATCH] chore: Bump Rust toolchain to 1.82.0 --- config/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/versions.yaml b/config/versions.yaml index 80eeb907..ff82ae4d 100644 --- a/config/versions.yaml +++ b/config/versions.yaml @@ -2,7 +2,7 @@ # IMPORTANT # If you change the Rust toolchain version here, make sure to also change # docker-images/ubi8-rust-builder/Dockerfile & docker-images/ubi9-rust-builder/Dockerfile -rust_version: 1.81.0 +rust_version: 1.82.0 # IMPORTANT # If you change the Hadolint version here, make sure to also change the hook