Skip to content

Commit

Permalink
TEMPORARY: Use denoland/rusty_v8#1322
Browse files Browse the repository at this point in the history
  • Loading branch information
lrowe committed Sep 27, 2023
1 parent 39ee635 commit 439f03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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:/lrowe/rusty_v8", rev = "2545a6159f7ef174538c84c5a0c0e0949222835c" }
deno_ast = { version = "0.29.1", features = ["transpiling"] }
deno_unsync = "0.3.0"

Expand Down

0 comments on commit 439f03f

Please sign in to comment.