From 439f03fee9f71a0ca3fe4cc912109b9503720db2 Mon Sep 17 00:00:00 2001 From: Laurence Rowe Date: Wed, 27 Sep 2023 14:39:04 -0700 Subject: [PATCH] TEMPORARY: Use https://github.com/denoland/rusty_v8/pull/1322 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65722bb6c..15c9c01d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ deno_core = { version = "0.218.0", path = "./core" } deno_ops = { version = "0.94.0", path = "./ops" } serde_v8 = { version = "0.127.0", path = "./serde_v8" } -v8 = { version = "0.78.0", default-features = false } +v8 = { version = "0.78.0", default-features = false, git = "https://github.com/lrowe/rusty_v8", rev = "2545a6159f7ef174538c84c5a0c0e0949222835c" } deno_ast = { version = "0.29.1", features = ["transpiling"] } deno_unsync = "0.3.0"