1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 00:01:11 +01:00

workaround ci msrv issue

This commit is contained in:
Rob Ede 2022-10-24 23:44:29 +01:00
parent 68228a6cf2
commit 056d2cd573
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -77,6 +77,11 @@ jobs:
uses: actions-rs/cargo@v1
with: { command: generate-lockfile }
- name: workaround MSRV issues
if: matrix.version != 'stable'
run: |
cargo update -p=time --precise=0.3.13
- name: check lib
if: >
matrix.target.os != 'ubuntu-latest'