From 2da3ff31d62399670f3c736c95c4f0cad89599bf Mon Sep 17 00:00:00 2001 From: Chung Chung Date: Thu, 10 Apr 2025 16:33:33 -0400 Subject: [PATCH] github actions: update recommended Rust to 1.86 Signed-off-by: Chung Chung --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0b4366..abc6201 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.85.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.86.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo run: git clone https://github.com/stratis-storage/ci.git - name: Run comparisons of version specs with available Fedora packages