RELEASES.md: Expand cargo tree
note to mention cargo tree -d
Useful feature that people might not automatically associate with `cargo tree`.
This commit is contained in:
parent
f6072cab13
commit
32736606fd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
----
|
||||
|
|
Loading…
Add table
Reference in a new issue