mirror of
https://github.com/actix/actix-web.git
synced 2025-04-14 22:04:06 +00:00
ci: fix msrv
This commit is contained in:
parent
af3110a1ad
commit
c5eda4d245
1 changed files with 2 additions and 0 deletions
2
justfile
2
justfile
|
@ -13,6 +13,8 @@ downgrade-for-msrv:
|
|||
cargo update -p=parse-size --precise=1.0.0
|
||||
cargo update -p=clap --precise=4.4.18
|
||||
cargo update -p=divan --precise=0.1.15
|
||||
cargo update -p=litemap --precise=0.7.4
|
||||
cargo update -p=zerofrom --precise=0.1.5
|
||||
|
||||
msrv := ```
|
||||
cargo metadata --format-version=1 \
|
||||
|
|
Loading…
Reference in a new issue