mirror of
https://github.com/actix/actix-web.git
synced 2024-11-26 03:21:08 +00:00
ci: workaround clap MSRV in dev deps
This commit is contained in:
parent
1e08ebabf9
commit
9ce5e33b72
1 changed files with 4 additions and 4 deletions
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 a new issue