Skip to content

Commit

Permalink
Merge branch 'aurora' into renovate/codecov-codecov-action-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 2, 2024
2 parents 274e152 + 943831b commit 202aefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ coverage-report: coverage
generate-readme:
cargo readme --template _readme.tpl > README.md
sed -i "s/\*\*Note\*\*/\[!Note\]/g" README.md
cargo depgraph --all-features --all-deps | dot -Tpng > _deps.png
cargo depgraph --all-features --all-deps --depth 70 | dot -Tpng > _deps.png

0 comments on commit 202aefd

Please sign in to comment.