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 525d1a9Copy full SHA for 525d1a9
.github/workflows/test.yml
@@ -62,10 +62,12 @@ 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
+ cargo update --package libc --precise 0.2.163
71
- name: Check
72
73
cargo check --all-targets --verbose --no-default-features --features "${{ matrix.features }}"
0 commit comments