From 0d1029646cd1553b6ad140abfefcd8fe4df0e5c7 Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Fri, 10 Jul 2026 11:34:06 +0800 Subject: [PATCH] ci: bump Rust toolchain to 1.90.0 New zbus and zvariant releases require a newer Rust compiler. Use Rust 1.90.0 in CI so dependency resolution can complete. Signed-off-by: Tim Zhang --- .github/workflows/bvt.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/bvt.yaml b/.github/workflows/bvt.yaml index 3b97767..819ff6e 100644 --- a/.github/workflows/bvt.yaml +++ b/.github/workflows/bvt.yaml @@ -1,7 +1,7 @@ name: BVT on: [pull_request] env: - RUST_VERSION: 1.85.1 + RUST_VERSION: 1.90.0 jobs: build: name: Build @@ -35,4 +35,3 @@ jobs: - run: rustup install ${{ env.RUST_VERSION }} && rustup default ${{ env.RUST_VERSION }} - run: make test -