mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
ci: downgrade parse-size for msrv
This commit is contained in:
parent
48aaf41638
commit
7360c732b3
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 New Issue
Block a user