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`.
This commit is contained in:
Dylan DPC 2020-06-01 03:14:14 +02:00 committed by GitHub
commit b6a5fea2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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