1 parent 7b59115 commit 49ec401Copy full SHA for 49ec401
1 file changed
.github/workflows/ci.yml
@@ -31,6 +31,9 @@ jobs:
31
uses: dtolnay/rust-toolchain@stable
32
with:
33
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
37
# Test
38
- name: Cargo Test (Dynamic)
39
run: cargo test --verbose --features ${{ matrix.clang[1] }} -- --nocapture
0 commit comments