mirror of
https://github.com/fafhrd91/actix-web
synced 2024-12-18 09:53:11 +01:00
Fix continuous integration (#3526)
fix(ci): downgrade divan to 0.1.15 on msrv
This commit is contained in:
parent
002c1b5a19
commit
8115c818c1
1
justfile
1
justfile
@ -12,6 +12,7 @@ fmt:
|
|||||||
downgrade-for-msrv:
|
downgrade-for-msrv:
|
||||||
cargo update -p=parse-size --precise=1.0.0
|
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
|
||||||
|
cargo update -p=divan --precise=0.1.15
|
||||||
|
|
||||||
msrv := ```
|
msrv := ```
|
||||||
cargo metadata --format-version=1 \
|
cargo metadata --format-version=1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user