From b89284a2b59848f5c8f3b87d5e4f84d5de3e94fb Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Fri, 18 Aug 2023 20:20:20 +0000 Subject: [PATCH] Raise rustup version to 1.71.1 This raises the rust toolchain versions used to be the latest current stable release. Signed-off-by: Sean McGinnis --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9cb74b17..952ef520 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,7 +22,7 @@ jobs: key: ${{ hashFiles('.github/cache_bust') }}-${{ runner.os }}-${{ matrix.make_target }}-${{ hashFiles('**/Cargo.lock') }} restore-keys: | ${{ hashFiles('.github/cache_bust') }}-${{ runner.os }}-${{ matrix.make_target }}- - - run: rustup default 1.68.2 + - run: rustup default 1.71.1 - run: rustup component add rustfmt - run: rustup component add clippy - run: make ${{ matrix.make_target }}