From fe8d8eb845df36ea7ced5070a1e2e3159d888746 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 20 Nov 2021 09:48:51 +0200 Subject: docs: add -R to cargo outdated when making a release Without -R we always get warnings from indirect dependencies and I feel this causes too much work for us. Sponsored-by: author --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index fefdb79..41b2b28 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -9,7 +9,7 @@ Follow these steps to make a release of Obnam. 1. Create a `release` branch. - `git checkout -b release` 2. Update dependencies for the crate, and make any needed changes. - - `cargo outdated` + - `cargo outdated -R` - `cargo update` - `cargo deny check` 3. Make sure everything still works. -- cgit v1.2.1