mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
ci: workaround clap MSRV in dev deps
This commit is contained in:
parent
1e08ebabf9
commit
9ce5e33b72
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -54,10 +54,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tool: cargo-hack,cargo-ci-cache-clean
|
tool: cargo-hack,cargo-ci-cache-clean
|
||||||
|
|
||||||
# - name: workaround MSRV issues
|
- name: workaround MSRV issues
|
||||||
# if: matrix.version.name == 'msrv'
|
if: matrix.version.name == 'msrv'
|
||||||
# run: |
|
run: |
|
||||||
# cargo update -p=anstyle --precise=1.0.2
|
cargo update -p=clap --precise=4.4.18
|
||||||
|
|
||||||
- name: check minimal
|
- name: check minimal
|
||||||
run: cargo ci-check-min
|
run: cargo ci-check-min
|
||||||
|
Loading…
Reference in New Issue
Block a user