summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parente779ea956546fc311ad5a98260d1091127a9bfe7 (diff)
chore: move serde_v8 to separate repo (#10909)
Now available at https://github.com/denoland/serde_v8
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 98ea64293..5f60ac660 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,6 @@ members = [
"cli",
"core",
"runtime",
- "serde_v8",
"test_plugin",
"test_util",
"extensions/broadcast_channel",