summaryrefslogtreecommitdiff
path: root/ext/ffi/dlfcn.rs
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-03-17 03:32:09 +0530
committerGitHub <noreply@github.com>2023-03-16 22:02:09 +0000
commit5a1d3ea6148dc40fad3dad5660118dd1882c97eb (patch)
tree4cdc504a7f02422849a9411b6383349d52015d13 /ext/ffi/dlfcn.rs
parent1300d6178e8863a220fa301e9fde8be3580d9b66 (diff)
chore: bump rusty_v8 to 0.65.0 (#18231)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/ffi/dlfcn.rs')
-rw-r--r--ext/ffi/dlfcn.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/ffi/dlfcn.rs b/ext/ffi/dlfcn.rs
index 99287b234..4f58248e6 100644
--- a/ext/ffi/dlfcn.rs
+++ b/ext/ffi/dlfcn.rs
@@ -295,6 +295,8 @@ fn make_sync_fn<'s>(
scope,
&turbocall::make_template(sym, &trampoline),
None,
+ None,
+ None,
);
fast_call_alloc = Some(Box::into_raw(Box::new(trampoline)));
func