From e23b929ba00ccc3d8eb4d186b3224debafbc36fc Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 13 Jun 2024 15:18:31 +0100 Subject: [PATCH] versions: Bump rust toolchain - Bump the rust version used to build the agent to 1.75.0 as agreed on in the AC meeting Signed-off-by: stevenhorsman --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index 4cf2a4d85a..ab5b4501af 100644 --- a/versions.yaml +++ b/versions.yaml @@ -369,12 +369,12 @@ languages: rust: description: "Rust language" notes: "'version' is the default minimum version used by this project." - version: "1.72.0" + version: "1.75.0" meta: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.72.0" + newest-version: "1.75.0" golangci-lint: description: "golangci-lint"