mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
fix CI MSRV
This commit is contained in:
parent
77ee27b4ae
commit
8729f60f79
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -58,6 +58,11 @@ jobs:
|
||||
- name: Cache Dependencies
|
||||
uses: Swatinem/rust-cache@v2.1.0
|
||||
|
||||
- name: workaround MSRV issues
|
||||
if: matrix.version != 'stable'
|
||||
run: |
|
||||
cargo update -p=time --precise=0.3.13
|
||||
|
||||
- name: check minimal
|
||||
run: cargo ci-min
|
||||
|
||||
@ -120,6 +125,11 @@ jobs:
|
||||
- name: Cache Dependencies
|
||||
uses: Swatinem/rust-cache@v2.1.0
|
||||
|
||||
- name: workaround MSRV issues
|
||||
if: matrix.version != 'stable'
|
||||
run: |
|
||||
cargo update -p=time --precise=0.3.13
|
||||
|
||||
- name: check minimal
|
||||
run: cargo ci-min
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user