Skip to content

Commit 3273660

Browse files
committed
RELEASES.md: Expand cargo tree note to mention cargo tree -d
Useful feature that people might not automatically associate with `cargo tree`.
1 parent f6072ca commit 3273660

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

Lines changed: 2 additions & 0 deletions
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)