versions: Bump rust to 1.85.1

As discussed in 2025-05-22's AC call, bump rust toolchian to 1.85.1.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
Ruoqing He 2025-05-23 09:38:12 +00:00
parent 5011253818
commit 26c7f941aa
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -5,7 +5,7 @@ members = ["rustjail", "policy", "vsock-exporter"]
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
edition = "2018"
license = "Apache-2.0"
rust-version = "1.80.0"
rust-version = "1.85.1"
[workspace.dependencies]
oci-spec = { version = "0.6.8", features = ["runtime"] }

View File

@ -370,7 +370,7 @@ externals:
description: "vhost-user virtio-fs device backend written in Rust"
url: "https://gitlab.com/virtio-fs/virtiofsd"
version: "v1.13.1"
toolchain: "1.80.0"
toolchain: "1.85.1"
meta:
# From https://gitlab.com/virtio-fs/virtiofsd/-/releases/v1.13.1,
# this is the link labelled virtiofsd-v1.13.1.zip
@ -403,12 +403,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.80.0"
version: "1.85.1"
meta:
description: |
'newest-version' is the latest version known to work when
building Kata
newest-version: "1.80.0"
newest-version: "1.85.1"
golangci-lint:
description: "golangci-lint"