From c8febbc67d5feadccaa63806110cc276ff5b1208 Mon Sep 17 00:00:00 2001 From: Xuewei Niu Date: Tue, 8 Jul 2025 17:07:52 +0800 Subject: [PATCH] .github: Bump Rust version to 1.85.1 Rust 1.69.0, released in 2023, lags significantly behind the version used by Kata Containers. Therefore, we bump it to 1.85.1. Signed-off-by: Xuewei Niu --- .github/workflows/bvt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bvt.yaml b/.github/workflows/bvt.yaml index f04c5c5..3b97767 100644 --- a/.github/workflows/bvt.yaml +++ b/.github/workflows/bvt.yaml @@ -1,7 +1,7 @@ name: BVT on: [pull_request] env: - RUST_VERSION: 1.69.0 + RUST_VERSION: 1.85.1 jobs: build: name: Build