Skip to content

Commit 49ec401

Browse files
committed
Fix MSRV CI by pinning libc and glob
1 parent 7b59115 commit 49ec401

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
uses: dtolnay/rust-toolchain@stable
3232
with:
3333
toolchain: ${{ matrix.rust }}
34+
# Cargo
35+
- name: Generate lockfile and pin dependencies for MSRV
36+
run: cargo generate-lockfile && cargo update -p libc --precise 0.2.163 && cargo update -p glob --precise 0.3.2
3437
# Test
3538
- name: Cargo Test (Dynamic)
3639
run: cargo test --verbose --features ${{ matrix.clang[1] }} -- --nocapture

0 commit comments

Comments
 (0)