Skip to content

Commit

Permalink
pin log for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
johncantrell97 committed Jun 14, 2023
1 parent 91a3974 commit 6d3c888
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ jobs:
profile: minimal
- name: Pin tokio for MSRV
if: matrix.msrv
run: cargo update -p tokio --precise "1.14.0" --verbose
run: cargo update -p tokio --precise "1.14.1" --verbose
- name: Pin serde for MSRV
if: matrix.msrv
run: cargo update -p serde --precise "1.0.156" --verbose
- name: Pin log for MSRV
if: matrix.msrv
run: cargo update -p log --precise "0.4.18" --verbose
- name: Cargo check
run: cargo check --release
- name: Check documentation
Expand Down

0 comments on commit 6d3c888

Please sign in to comment.