mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 14:14:15 +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]
|
[toolchain]
|
||||||
# Keep in sync with versions.yaml
|
# 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>"]
|
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
rust-version = "1.80.0"
|
rust-version = "1.85.1"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
oci-spec = { version = "0.6.8", features = ["runtime"] }
|
oci-spec = { version = "0.6.8", features = ["runtime"] }
|
||||||
|
@ -370,7 +370,7 @@ externals:
|
|||||||
description: "vhost-user virtio-fs device backend written in Rust"
|
description: "vhost-user virtio-fs device backend written in Rust"
|
||||||
url: "https://gitlab.com/virtio-fs/virtiofsd"
|
url: "https://gitlab.com/virtio-fs/virtiofsd"
|
||||||
version: "v1.13.1"
|
version: "v1.13.1"
|
||||||
toolchain: "1.80.0"
|
toolchain: "1.85.1"
|
||||||
meta:
|
meta:
|
||||||
# From https://gitlab.com/virtio-fs/virtiofsd/-/releases/v1.13.1,
|
# From https://gitlab.com/virtio-fs/virtiofsd/-/releases/v1.13.1,
|
||||||
# this is the link labelled virtiofsd-v1.13.1.zip
|
# this is the link labelled virtiofsd-v1.13.1.zip
|
||||||
@ -403,12 +403,12 @@ languages:
|
|||||||
description: "Rust language"
|
description: "Rust language"
|
||||||
notes: "'version' is the default minimum version used by this project."
|
notes: "'version' is the default minimum version used by this project."
|
||||||
# Keep in sync with rust-toolchain.toml
|
# Keep in sync with rust-toolchain.toml
|
||||||
version: "1.80.0"
|
version: "1.85.1"
|
||||||
meta:
|
meta:
|
||||||
description: |
|
description: |
|
||||||
'newest-version' is the latest version known to work when
|
'newest-version' is the latest version known to work when
|
||||||
building Kata
|
building Kata
|
||||||
newest-version: "1.80.0"
|
newest-version: "1.85.1"
|
||||||
|
|
||||||
golangci-lint:
|
golangci-lint:
|
||||||
description: "golangci-lint"
|
description: "golangci-lint"
|
||||||
|
Loading…
Reference in New Issue
Block a user