summaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md6
1 files changed, 6 insertions, 0 deletions
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: