mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-11 00:52:00 +00:00
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:
@@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
# Keep in sync with versions.yaml
|
||||
channel = "1.94"
|
||||
channel = "1.95"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user