summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-10-26 16:30:27 -0400
committerGitHub <noreply@github.com>2021-10-26 16:30:27 -0400
commit9161e74a7dc8e0ff2c49bb9ca53895a6d49b5838 (patch)
treeb2886e30a06f7e941b89c30ed8189dfb5084d7b4 /ext
parentcf9c4f0031a46b58989a984af0528a2005547e2d (diff)
Use libffi-rs instead of deno-libffi (#12555)
Fork is no longer necessary since https://github.com/tov/libffi-rs/pull/33 landed.
Diffstat (limited to 'ext')
-rw-r--r--ext/ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index 40274f0a0..7b8d8f27f 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -16,7 +16,7 @@ path = "lib.rs"
[dependencies]
deno_core = { version = "0.105.0", path = "../../core" }
dlopen = "0.1.8"
-libffi = { version = "=0.0.7", package = "deno-libffi" }
+libffi = "2.0.0"
serde = { version = "1.0.129", features = ["derive"] }
tokio = { version = "1.10.1", features = ["full"] }