From 2a3eb8e6e69bfa529a1b22d650daf59ccefcae25 Mon Sep 17 00:00:00 2001 From: rushmorem Date: Mon, 20 Nov 2023 10:01:06 +0200 Subject: [PATCH] Switch update workflow to Rust 1.71.1 --- .github/workflows/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 166ecf1..d6c7ffe 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -23,7 +23,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable with: - toolchain: stable + toolchain: 1.71.1 components: rustfmt - name: Install deps