Skip to content

Commit b6a5fea

Browse files
authored
Rollup merge of #72832 - joshtriplett:cargo-tree-d, r=Mark-Simulacrum
RELEASES.md: Expand `cargo tree` note to mention `cargo tree -d` Useful feature that people might not automatically associate with `cargo tree`.
2 parents cf46836 + 3273660 commit b6a5fea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Cargo
8585
│ │ │ └── version_check v0.1.5
8686
...
8787
```
88+
You can also display dependencies on multiple versions of the same crate with
89+
`cargo tree -d` (short for `cargo tree --duplicates`).
8890

8991
Misc
9092
----

0 commit comments

Comments
 (0)