Skip to content

Commit 525d1a9

Browse files
committed
ci: Pin time,thread_local version on MSRV
Reflects what we do in slog-term
1 parent 4d3ea90 commit 525d1a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,12 @@ jobs:
6262
# Helpful for Rust versions that use old index
6363
cache-on-failure: true
6464
# Pin a time version with a compatible MSRV
65-
- name: Pin time version
65+
- name: Pin dependency versions for MSRV
6666
if: ${{ matrix.rust != 'nightly' && matrix.rust != 'stable' }}
6767
run: |
6868
cargo update --package time --precise 0.3.16
69+
cargo update --package thread_local --precise 1.1.8
70+
cargo update --package libc --precise 0.2.163
6971
- name: Check
7072
run: |
7173
cargo check --all-targets --verbose --no-default-features --features "${{ matrix.features }}"

0 commit comments

Comments
 (0)