about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2020-05-31 12:39:28 -0700
committerJosh Triplett <josh@joshtriplett.org>2020-05-31 12:39:28 -0700
commit32736606fd2317c4b19639ee3b4b8d18dcb8e83e (patch)
treed8fa9d2ade6b36e4c4729ea9a96bcdbeac0bb650
parentf6072cab136beea206b7cfe79f8d10fccf5af591 (diff)
downloadrust-32736606fd2317c4b19639ee3b4b8d18dcb8e83e.tar.gz
rust-32736606fd2317c4b19639ee3b4b8d18dcb8e83e.zip
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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 7cba27e134a..c8f51b7da47 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
 ----