mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 01:21: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.
|
||||
[private]
|
||||
downgrade-for-msrv:
|
||||
cargo update -p=parse-size --precise=1.0.0
|
||||
cargo update -p=clap --precise=4.4.18
|
||||
|
||||
msrv := ```
|
||||
|
|
Loading…
Reference in a new issue