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