From 283cda0d0a52c273139eb5308b21298355f03f95 Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Fri, 21 Jun 2024 23:11:06 -0700 Subject: [PATCH] ci: Remove log downgrade The current version of log is compatible with the MSRV of calloop --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67fcf5b6..9de99d27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,13 +124,6 @@ jobs: path: target key: ${{ runner.os }}-test-${{ steps.rustcversion.outputs.version }}-${{ hashFiles('**/Cargo.toml') }} - - name: Downgrade log - uses: actions-rs/cargo@v1 - if: ${{ matrix.rust == '1.63.0' }} - with: - command: update - args: --package log --precise 0.4.16 - - name: Downgrade regex uses: actions-rs/cargo@v1 if: ${{ matrix.rust == '1.63.0' }}