~jplatte/cargo-depgraph

4f0e7d8f — Jonas Platte 5 months ago main
Fix new clippy lint
96d4d0bd — Jonas Platte a year ago
ci: Run clippy for all targets

Benchmarks, tests, and so on are excluded by default.
Currently this has no effect on what code is checked, but it could
change things down the line.
261981ea — Jonas Platte a year ago
ci: Enable test job

There are no tests right now, but this ensures that cargo-depgraph
compiles successfully on stable (there were no jobs using a stable
toolchain before), and will start running tests once they're added.
5057b01f — Jonas Platte a year ago
ci: Remove empty lines within job YAML
69521a27 — Jonas Platte a year ago
Add GitHub actions CI
a8a4a5b3 — Jonas Platte a year ago
Enable and comply with some non-default lints
0af41f53 — Jonas Platte a year ago
Fix typos
f1c15867 — Jonas Platte a year ago
Update Cargo metadata
Update Cargo.lock for 1.6.0
1e5f6142 — Jonas Platte a year ago v1.6.0
Publish v1.6.0
d8e93584 — Jonas Platte a year ago
Update Cargo.lock
60282007 — Jonas Platte a year ago
Upgrade cargo_metadata
Add `--depth` option

… and remove `--direct-dependencies-only`, as it is equivalent to `--depth 1`.
Add `--direct-dependencies-only` option

Publish v1.5.0
5fbd2b0d — Jonas Platte 1 year, 5 months ago
Bump Cargo.lock
1ec49da7 — Ragnar Groot Koerkamp 1 year, 5 months ago
Add --include option

… and clean up a bit.
ba86465c — Jonas Platte 1 year, 11 months ago
Add a note about graphviz to README.md
83e149d2 — Jonas Platte 2 years ago v1.4.0
Publish v1.4.0
Next