From 2ceb7a35fcce220dc1d8e3c57ce973bc704bceee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 27 Jan 2025 21:34:35 +0100 Subject: [PATCH] versions: Bump rust to 1.80.0 (matching coco-guest-components) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed in order to avoid agent build issues, such as: ``` error[E0658]: use of unstable library feature 'lazy_cell' --> /home/ansible/.cargo/git/checkouts/guest-components-1e54b222ad8d9630/514c561/ocicrypt-rs/src/lib.rs:10:5 | 10 | use std::sync::LazyLock; | ^^^^^^^^^^^^^^^^^^^ | = note: see issue #109736 for more information ``` Signed-off-by: Fabiano FidĂȘncio Signed-off-by: stevenhorsman --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index 46394bec2b..20c647fcad 100644 --- a/versions.yaml +++ b/versions.yaml @@ -379,12 +379,12 @@ languages: rust: description: "Rust language" notes: "'version' is the default minimum version used by this project." - version: "1.75.0" + version: "1.80.0" meta: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.75.0" + newest-version: "1.80.0" golangci-lint: description: "golangci-lint"