mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 09:12:57 +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
|
- name: Cache Dependencies
|
||||||
uses: Swatinem/rust-cache@v2.1.0
|
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
|
- name: check minimal
|
||||||
run: cargo ci-min
|
run: cargo ci-min
|
||||||
|
|
||||||
@ -120,6 +125,11 @@ jobs:
|
|||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: Swatinem/rust-cache@v2.1.0
|
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
|
- name: check minimal
|
||||||
run: cargo ci-min
|
run: cargo ci-min
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user