Skip to content

Commit

Permalink
chore(deps): don't include the dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Feb 2, 2024
1 parent 943831b commit 425e5f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified _deps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 --depth 70 | dot -Tpng > _deps.png
cargo depgraph --all-features --build-deps --target-deps --depth 70 | dot -Tpng > _deps.png

0 comments on commit 425e5f8

Please sign in to comment.