Skip to content

Commit

Permalink
ci: Remove log downgrade
Browse files Browse the repository at this point in the history
The current version of log is compatible with the MSRV of calloop
  • Loading branch information
joshka committed Jun 22, 2024
1 parent b87debd commit 283cda0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 283cda0

Please sign in to comment.