Skip to content

Commit 16f0a3a

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ 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
6970
- name: Check
7071
run: |
7172
cargo check --all-targets --verbose --no-default-features --features "${{ matrix.features }}"

0 commit comments

Comments
 (0)