From 986d6a416459276650a7d81b6204da5236c0b7b5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 16 Nov 2021 13:24:06 +0200 Subject: docs: add cargo audit and deny steps to release process Sponsored-by: author --- RELEASE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index fc72718..652b9bf 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -17,6 +17,12 @@ To find all crates, run the following at the root of the source tree: git ls-files | grep Cargo.toml ~~~ +Run these at the root of the source tree, and either fix anything +that's found, or at least report it on the issue tracker: + +1. `cargo audit` +2. `cargo deny --workspace check` + Do these for each crate, with leaf crates in the dependency tree first: -- cgit v1.2.1