Skip to content

Commit

Permalink
Rollup merge of #72832 - joshtriplett:cargo-tree-d, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
RELEASES.md: Expand `cargo tree` note to mention `cargo tree -d`

Useful feature that people might not automatically associate with `cargo
tree`.
  • Loading branch information
Dylan-DPC committed Jun 1, 2020
2 parents cf46836 + 3273660 commit b6a5fea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Cargo
│ │ │ └── version_check v0.1.5
...
```
You can also display dependencies on multiple versions of the same crate with
`cargo tree -d` (short for `cargo tree --duplicates`).

Misc
----
Expand Down

0 comments on commit b6a5fea

Please sign in to comment.