From ef533116c2e1676f4f86918df8974f35dedab8ad Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Tue, 18 Jun 2024 10:37:33 -0400 Subject: [PATCH] github actions: update recommended Rust to 1.79.0 Signed-off-by: Bryan Gurney --- .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 371729f..3d938a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.78.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.79.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