From cd43d2b8771e59bb454c20b1504ad4176d195e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 9 Jan 2024 17:25:10 +0100 Subject: chore: upgrade deno_core to 0.244.0 (#21859) --- ext/ffi/repr.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/ffi') diff --git a/ext/ffi/repr.rs b/ext/ffi/repr.rs index 9208861cb..d6acc8ad2 100644 --- a/ext/ffi/repr.rs +++ b/ext/ffi/repr.rs @@ -44,7 +44,7 @@ where Ok(a == b) } -#[op2(fast)] +#[op2] pub fn op_ffi_ptr_of( state: &mut OpState, #[anybuffer] buf: *const u8, @@ -172,7 +172,7 @@ where Ok(array_buffer) } -#[op2(fast)] +#[op2] pub fn op_ffi_buf_copy_into( state: &mut OpState, src: *mut c_void, -- cgit v1.2.3