From 3477c131cf8ee11403db8dcc7ec555b7461202b4 Mon Sep 17 00:00:00 2001 From: jtmoon79 <815261+jtmoon79@users.noreply.github.com> Date: Fri, 3 Nov 2023 23:27:22 -0700 Subject: [PATCH] REMOVE disable override --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa1b62b1ed..281e77d9ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ env.MSRV }} - - run: rustup override set ${{ env.MSRV }} + #- run: rustup override set ${{ env.MSRV }} - uses: Swatinem/rust-cache@v2 # run --lib and --doc to avoid the long running integration tests # which are run elsewhere