From a4e0f3ff8851771e91c14fd398d5956d9ae73bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 23 Jul 2023 15:42:41 +0200 Subject: chore: update deno_core to 0.196.0 (#19897) Co-authored-by: Matt Mastracci --- cli/build.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli') diff --git a/cli/build.rs b/cli/build.rs index 9238096fe..a71692a31 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -285,6 +285,7 @@ mod ts { ); })), snapshot_module_load_cb: None, + with_runtime_cb: None, }); for path in output.files_loaded_during_snapshot { println!("cargo:rerun-if-changed={}", path.display()); @@ -377,6 +378,7 @@ fn create_cli_snapshot(snapshot_path: PathBuf) -> CreateSnapshotOutput { extensions, compression_cb: None, snapshot_module_load_cb: None, + with_runtime_cb: None, }) } -- cgit v1.2.3