Skip to content

Commit

Permalink
ci: downgrade libc to 0.2.127 for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
aganders3 committed Aug 9, 2022
1 parent 10a87ac commit 080ce4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -190,6 +190,7 @@ jobs:
cargo update -p plotters-svg --precise 0.3.1
cargo update -p plotters-backend --precise 0.3.2
cargo update -p serde --precise 1.0.142
cargo update -p libc --precise 0.2.127
- name: Build docs
run: cargo doc --no-deps --no-default-features --features "full ${{ matrix.extra_features }}"
Expand Down

0 comments on commit 080ce4d

Please sign in to comment.