Skip to content

Commit

Permalink
rm dev-dependency env_logger for msrv check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic authored and daniel-abramov committed Dec 15, 2024
1 parent abe0e11 commit 7907526
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
- name: Install dependencies
run: sudo apt-get install libssl-dev

- name: Disable env_logger dev-dependency (cargo 1.63 workaround)
run: sed -i 's/env_logger/#env_logger/' Cargo.toml

- name: Check
run: cargo check

Expand Down

0 comments on commit 7907526

Please sign in to comment.