Skip to content

Commit

Permalink
Pin libc to older version for Rust 1.56 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy authored Nov 27, 2024
1 parent e0107c0 commit 3c1c95c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- name: Override libc version (Rust 1.56 only)
if: matrix.rust == '1.56'
run: cargo update -p libc --precise 0.2.163
- name: Setup cache
uses: Swatinem/rust-cache@v2
- name: Test (no features)
Expand Down

0 comments on commit 3c1c95c

Please sign in to comment.