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 <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2026-06-30 05:41:21 -07:00
parent 221b9cbe5b
commit b027554e57
3 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
[toolchain]
# Keep in sync with versions.yaml
channel = "1.94"
channel = "1.95"

View File

@@ -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"

View File

@@ -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"