From 50e4806a2db66be289aa123a0bfd8dd8688712ba Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Mon, 6 Nov 2023 18:03:48 -0700 Subject: chore: bump deno_core (#21102) --- runtime/build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/build.rs b/runtime/build.rs index 2c6f0a4d8..606d341f3 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -250,6 +250,7 @@ mod startup_snapshot { extensions, compression_cb: None, with_runtime_cb: None, + skip_op_registration: false, }); for path in output.files_loaded_during_snapshot { println!("cargo:rerun-if-changed={}", path.display()); -- cgit v1.2.3