summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/cut_a_release.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md
index 246dde28f..2b823738b 100644
--- a/tools/cut_a_release.md
+++ b/tools/cut_a_release.md
@@ -30,9 +30,6 @@ publish those crates.**
This is done by running `cargo publish` in each crate, because of dependencies
between the crates, it must be done in specific order:
-- `serde_v8` - `deno_core` depends on it, but this crate shouldn't change that
- often, so you might want to skip publishing a new version if there are no
- changes
- `deno_core` - all crates depend on `deno_core` so it must always be published
first
- `bench_util`