Skip to content

Commit

Permalink
ci: freeze log version to 0.4.17 for msrv check
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorbgr committed Jul 13, 2023
1 parent 7708c7d commit 9653d68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ jobs:
command: update
args: -p raw-window-handle --precise 0.5.0

- name: Fix log
uses: actions-rs/cargo@v1
with:
command: update
args: -p log --precise 0.4.17

- name: Check
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 9653d68

Please sign in to comment.