We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3ea90 commit 16f0a3aCopy full SHA for 16f0a3a
.github/workflows/test.yml
@@ -62,10 +62,11 @@ jobs:
62
# Helpful for Rust versions that use old index
63
cache-on-failure: true
64
# Pin a time version with a compatible MSRV
65
- - name: Pin time version
+ - name: Pin dependency versions for MSRV
66
if: ${{ matrix.rust != 'nightly' && matrix.rust != 'stable' }}
67
run: |
68
cargo update --package time --precise 0.3.16
69
+ cargo update --package thread_local --precise 1.1.8
70
- name: Check
71
72
cargo check --all-targets --verbose --no-default-features --features "${{ matrix.features }}"
0 commit comments