diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-06-01 03:14:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-01 03:14:14 +0200 |
| commit | b6a5fea2ceee9a664e0dd808f1b5d3365311d0cc (patch) | |
| tree | e811a4c147c615204990dc57e874652ab4394950 | |
| parent | cf4683665f6808bb51c8d760efc953048b090137 (diff) | |
| parent | 32736606fd2317c4b19639ee3b4b8d18dcb8e83e (diff) | |
| download | rust-b6a5fea2ceee9a664e0dd808f1b5d3365311d0cc.tar.gz rust-b6a5fea2ceee9a664e0dd808f1b5d3365311d0cc.zip | |
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`.
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 100993bb75c..757821abcd1 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 ---- |
