mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
ci: workaround anstyle msrv
This commit is contained in:
parent
a7983351be
commit
d50eccb3f7
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -53,10 +53,11 @@ jobs:
|
||||
uses: taiki-e/install-action@cargo-hack
|
||||
|
||||
- name: workaround MSRV issues
|
||||
if: matrix.version.name != 'stable'
|
||||
if: matrix.version.name == 'msrv'
|
||||
run: |
|
||||
cargo update -p=clap --precise=4.3.24
|
||||
cargo update -p=clap_lex --precise=0.5.0
|
||||
cargo update -p=anstyle --precise=1.0.2
|
||||
|
||||
- name: check minimal
|
||||
run: cargo ci-check-min
|
||||
|
Loading…
Reference in New Issue
Block a user