summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-20 09:48:51 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-20 09:48:51 +0200
commitfe8d8eb845df36ea7ced5070a1e2e3159d888746 (patch)
treea88f9ae69d7d0617813c1a929665dd8fb3b7517c
parent221a67fa199f5f28f9b9a88792e556a4f72bdfa7 (diff)
downloadobnam2-fe8d8eb845df36ea7ced5070a1e2e3159d888746.tar.gz
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
-rw-r--r--RELEASE.md2
1 files changed, 1 insertions, 1 deletions
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.