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/web/stream_resource.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/web/stream_resource.rs') diff --git a/ext/web/stream_resource.rs b/ext/web/stream_resource.rs index 95525cdf4..9a46b6d47 100644 --- a/ext/web/stream_resource.rs +++ b/ext/web/stream_resource.rs @@ -518,7 +518,7 @@ pub fn op_readable_stream_resource_write_buf( /// Write to the channel synchronously, returning 0 if the channel was closed, 1 if we wrote /// successfully, 2 if the channel was full and we need to block. -#[op2(fast)] +#[op2] pub fn op_readable_stream_resource_write_sync( sender: *const c_void, #[buffer] buffer: JsBuffer, -- cgit v1.2.3