From 444395050a0ec00cb6f0cb57ab6a7e70dc42cbf9 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 d37e206fc9..c7cafb0797 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"