summaryrefslogtreecommitdiff
path: root/test_plugin/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-05-11 20:20:14 +0200
committerBert Belder <bertbelder@gmail.com>2020-05-11 22:39:13 +0200
commit3cccadcf0fbfc7ff4e7dd37299a65bea1cf0eab0 (patch)
tree58c198d0222b942b8bd1321e1423eaaebd909795 /test_plugin/Cargo.toml
parenta3f82c3d5ec3caad1d4ec74f49ef11adc45807d6 (diff)
Change plugin interface to prevent segfaults when unloading plugin (#5210)
Fixes: #3473 Closes: #5193
Diffstat (limited to 'test_plugin/Cargo.toml')
-rw-r--r--test_plugin/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/test_plugin/Cargo.toml b/test_plugin/Cargo.toml
index 5dcfb61ed..704cee831 100644
--- a/test_plugin/Cargo.toml
+++ b/test_plugin/Cargo.toml
@@ -11,4 +11,3 @@ crate-type = ["cdylib"]
[dependencies]
futures = "0.3.4"
deno_core = { path = "../core" }
-deno = { path = "../cli" }