summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-09 20:37:43 +0200
committerGitHub <noreply@github.com>2021-06-09 20:37:43 +0200
commite75ffab0c8a21ecb0827bb906905cd0315c1b5a7 (patch)
tree1cdfb3b2e8ba56b6b0bdf9cae2422067eed2112c /tools
parente779ea956546fc311ad5a98260d1091127a9bfe7 (diff)
chore: move serde_v8 to separate repo (#10909)
Now available at https://github.com/denoland/serde_v8
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`