From c0aa68a1e2a34777c01fd6f718b7718b14e3a18d Mon Sep 17 00:00:00 2001 From: snek Date: Mon, 19 Aug 2024 07:51:16 -0700 Subject: feat: upgrade deno_core (#25042) - Update ffi turbocall to use revised fast call api - Remove `v8_version` function calls - `*mut OwnedIsolate` is no longer stored in OpCtx gotham store --- runtime/ops/bootstrap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/ops/bootstrap.rs') diff --git a/runtime/ops/bootstrap.rs b/runtime/ops/bootstrap.rs index 88475f415..0d8c1dab8 100644 --- a/runtime/ops/bootstrap.rs +++ b/runtime/ops/bootstrap.rs @@ -54,7 +54,7 @@ impl Default for SnapshotOptions { Self { ts_version: "n/a".to_owned(), - v8_version: deno_core::v8_version(), + v8_version: deno_core::v8::VERSION_STRING, target, } } -- cgit v1.2.3