mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-23 19:51:06 +01:00
ci: workaround ahash msrv
This commit is contained in:
parent
5792d9f010
commit
3cb247874e
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -69,6 +69,7 @@ jobs:
|
||||
- name: workaround MSRV issues
|
||||
if: matrix.version.name == 'msrv'
|
||||
run: |
|
||||
cargo update -p=ahash --precise=0.8.7
|
||||
cargo update -p=ciborium --precise=0.2.1
|
||||
cargo update -p=ciborium-ll --precise=0.2.1
|
||||
cargo update -p=time --precise=0.3.16
|
||||
|
Loading…
Reference in New Issue
Block a user