From b027554e570617d4d02371c53a735c8da64c33bc Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Tue, 30 Jun 2026 05:41:21 -0700 Subject: [PATCH] versions: Bump rust to 1.95 When 1.97 has been released, in compliance with our toolchain guidance we should bump to rust 1.95 Assisted-by: IBM Bob Signed-off-by: stevenhorsman --- rust-toolchain.toml | 2 +- tools/packaging/kata-deploy/Dockerfile.components | 4 ++-- versions.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0961db86de..1aa67fdda2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] # Keep in sync with versions.yaml -channel = "1.94" +channel = "1.95" diff --git a/tools/packaging/kata-deploy/Dockerfile.components b/tools/packaging/kata-deploy/Dockerfile.components index 89094c2288..4373e1ce80 100644 --- a/tools/packaging/kata-deploy/Dockerfile.components +++ b/tools/packaging/kata-deploy/Dockerfile.components @@ -41,8 +41,8 @@ RUN \ #### Build binary package FROM ubuntu:22.04 AS rust-builder -# Default to Rust 1.93 -ARG RUST_TOOLCHAIN=1.93 +# Default to Rust 1.95 +ARG RUST_TOOLCHAIN=1.95 ENV DEBIAN_FRONTEND=noninteractive ENV RUSTUP_HOME="/opt/rustup" ENV CARGO_HOME="/opt/cargo" diff --git a/versions.yaml b/versions.yaml index 22af6490a7..ab6b816a5f 100644 --- a/versions.yaml +++ b/versions.yaml @@ -470,12 +470,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.94" + version: "1.95" meta: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.94" + newest-version: "1.95" golangci-lint: description: "golangci-lint"