mirror of https://github.com/fafhrd91/actix-web
ci: fix msrv
This commit is contained in:
parent
af3110a1ad
commit
c5eda4d245
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 New Issue