mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-12 21:27:02 +00:00
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:
parent
5011253818
commit
26c7f941aa
@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
# Keep in sync with versions.yaml
|
||||
channel = "1.80.0"
|
||||
channel = "1.85.1"
|
||||
|
@ -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"] }
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user