Skip to content

Commit

Permalink
Fix continuous integration (#3526)
Browse files Browse the repository at this point in the history
fix(ci): downgrade divan to 0.1.15 on msrv
  • Loading branch information
joelwurtz authored Dec 10, 2024
1 parent 002c1b5 commit 8115c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fmt:
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

msrv := ```
cargo metadata --format-version=1 \
Expand Down

0 comments on commit 8115c81

Please sign in to comment.