From e4eb664d27f6cf7169c5d10f4383bdd8f3b892f6 Mon Sep 17 00:00:00 2001 From: Anastassios Nanos Date: Wed, 31 May 2023 15:40:45 +0000 Subject: [PATCH] runtime-rs: update rust to 1.69.0 We are probably hitting this: https://github.com/rust-lang/rust/issues/63033 Seems like it is worth a try to upgrade to 1.69.0 Signed-off-by: Anastassios Nanos --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index 38a6fa397100..18e51fe83679 100644 --- a/versions.yaml +++ b/versions.yaml @@ -324,12 +324,12 @@ languages: rust: description: "Rust language" notes: "'version' is the default minimum version used by this project." - version: "1.68.0" + version: "1.69.0" meta: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.68.0" + newest-version: "1.69.0" golangci-lint: description: "golangci-lint"