From fbe216e11c41d1fceefcd1f182d5799f3d73111e Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Fri, 22 Nov 2024 08:37:37 -0500 Subject: [PATCH] CI: Match rust-toolchain action to MSRV version --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9f198d0c..a1ef53bdf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,8 +17,8 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 - - name: Install stable toolchain - uses: dtolnay/rust-toolchain@1.70 + - name: Install MSRV toolchain + uses: dtolnay/rust-toolchain@1.76 - uses: Swatinem/rust-cache@v2 with: @@ -38,8 +38,8 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 - - name: Install stable toolchain - uses: dtolnay/rust-toolchain@1.70 + - name: Install MSRV toolchain + uses: dtolnay/rust-toolchain@1.76 - uses: Swatinem/rust-cache@v2 with: @@ -70,8 +70,8 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 - - name: Install stable toolchain - uses: dtolnay/rust-toolchain@1.70 + - name: Install MSRV toolchain + uses: dtolnay/rust-toolchain@1.76 with: components: rustfmt, clippy @@ -98,8 +98,8 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 - - name: Install stable toolchain - uses: dtolnay/rust-toolchain@1.70 + - name: Install MSRV toolchain + uses: dtolnay/rust-toolchain@1.76 - uses: Swatinem/rust-cache@v2 with: