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:
Josh Triplett 2020-05-31 12:39:28 -07:00
parent f6072cab13
commit 32736606fd

View File

@ -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
----