From 14a4551d5602f2764b8f60722b1565f77e88a169 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Wed, 31 Aug 2022 10:52:50 -0700 Subject: [PATCH] versions: Upgrade rust supported version to 1.59.0 CI is failing with the issue: "package `time v0.3.14` cannot be built because it requires rustc 1.59.0 or newer, while the currently active rustc version is 1.58.1" Fixes: #1000 Signed-off-by: Archana Shinde --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index 3898d85bcc..0464c63dbd 100644 --- a/versions.yaml +++ b/versions.yaml @@ -280,12 +280,12 @@ languages: rust: description: "Rust language" notes: "'version' is the default minimum version used by this project." - version: "1.58.1" + version: "1.59.0" meta: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.58.1" + newest-version: "1.59.0" specs: description: "Details of important specifications"