From 36431de30f5eab565ef2a2f87d1e08411fe178cb Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 31 Aug 2023 17:06:31 +0100 Subject: [PATCH] versions: Bump rust version Bump rust to 1.72.0 to test what extra warnings/issues we get Fixes: #7902 Signed-off-by: stevenhorsman --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index d7b9731763..2be6456807 100644 --- a/versions.yaml +++ b/versions.yaml @@ -356,12 +356,12 @@ languages: rust: description: "Rust language" notes: "'version' is the default minimum version used by this project." - version: "1.69.0" + version: "1.72.0" meta: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.69.0" + newest-version: "1.72.0" golangci-lint: description: "golangci-lint"