From ff13c01f25a493616a42c1eb057156cbea8732e1 Mon Sep 17 00:00:00 2001 From: Techassi Date: Mon, 29 Jul 2024 16:07:04 +0200 Subject: [PATCH] chore: Update Rust toolchain to 1.80.0 --- config/rust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rust.yaml b/config/rust.yaml index f45635b6..f27782a8 100644 --- a/config/rust.yaml +++ b/config/rust.yaml @@ -2,4 +2,4 @@ # 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.79.0 +rust_version: 1.80.0