From 4236fa97cb0fffecc8cf16c106cd6bab182c5693 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Wed, 1 Dec 2021 05:45:46 +0100 Subject: [PATCH] release-checklist.md: Update `cargo outdated` section with link and arg --- doc/release-checklist.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/release-checklist.md b/doc/release-checklist.md index 216cf7cb..eb9475f8 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -6,9 +6,10 @@ See this page for a good overview: https://deps.rs/repo/github/sharkdp/bat - [ ] Optional: update dependencies with `cargo update`. This is also done by dependabot, so it is not strictly necessary. -- [ ] Check for outdated dependencies (`cargo outdated`) and decide for each of - them whether we want to (manually) upgrade. This will require changes to - `Cargo.toml`. +- [ ] Install [cargo-outdated](https://crates.io/crates/cargo-outdated). Check + for outdated dependencies with `cargo outdated --root-deps-only` and + decide for each of them whether we want to (manually) upgrade. This will + require changes to `Cargo.toml`. ## Version bump