From 4987d79e2629038ff2b42940e904d276b90bd4f9 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 1 Jun 2026 16:39:06 +0100 Subject: [PATCH] versions: Bump rust to 1.94 Now that 1.96 has been released, in compliance with our toolchain guidance we should bump to rust 1.94 Signed-off-by: stevenhorsman Assisted-by: IBM Bob Signed-off-by: stevenhorsman --- rust-toolchain.toml | 2 +- versions.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 3d4a0ed226..0961db86de 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] # Keep in sync with versions.yaml -channel = "1.93" +channel = "1.94" diff --git a/versions.yaml b/versions.yaml index 69fb34b0ba..a01b66bf0e 100644 --- a/versions.yaml +++ b/versions.yaml @@ -480,12 +480,12 @@ languages: description: "Rust language" notes: "'version' is the default minimum version used by this project." # Keep in sync with rust-toolchain.toml - version: "1.93" + version: "1.94" meta: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.93" + newest-version: "1.94" golangci-lint: description: "golangci-lint"