From 5a1d3ea6148dc40fad3dad5660118dd1882c97eb Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 17 Mar 2023 03:32:09 +0530 Subject: chore: bump rusty_v8 to 0.65.0 (#18231) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- ext/ffi/dlfcn.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/ffi') 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 -- cgit v1.2.3