Skip to content

Commit 8115c81

Browse files
authoredDec 10, 2024··
Fix continuous integration (#3526)
fix(ci): downgrade divan to 0.1.15 on msrv
1 parent 002c1b5 commit 8115c81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎justfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ fmt:
1212
downgrade-for-msrv:
1313
cargo update -p=parse-size --precise=1.0.0
1414
cargo update -p=clap --precise=4.4.18
15+
cargo update -p=divan --precise=0.1.15
1516

1617
msrv := ```
1718
cargo metadata --format-version=1 \

0 commit comments

Comments
 (0)
Please sign in to comment.