mirror of
https://github.com/actix/actix-web.git
synced 2024-12-16 21:26:34 +00: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 changed files with 1 additions and 0 deletions
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 a new issue