mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 09:31:10 +00:00
ci: downgrade parse-size for msrv
This commit is contained in:
parent
48aaf41638
commit
7360c732b3
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -10,6 +10,7 @@ fmt:
|
||||||
# Downgrade dev-dependencies necessary to run MSRV checks/tests.
|
# Downgrade dev-dependencies necessary to run MSRV checks/tests.
|
||||||
[private]
|
[private]
|
||||||
downgrade-for-msrv:
|
downgrade-for-msrv:
|
||||||
|
cargo update -p=parse-size --precise=1.0.0
|
||||||
cargo update -p=clap --precise=4.4.18
|
cargo update -p=clap --precise=4.4.18
|
||||||
|
|
||||||
msrv := ```
|
msrv := ```
|
||||||
|
|
Loading…
Reference in a new issue