Skip to content

Commit e90cc15

Browse files
authored
chore: upgrade rusty_v8 to 0.76.0 (denoland#194)
1 parent 63bda7b commit e90cc15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ deno_core = { version = "0.209.0", path = "./core" }
2121
deno_ops = { version = "0.87.0", path = "./ops" }
2222
serde_v8 = { version = "0.120.0", path = "./serde_v8" }
2323

24-
v8 = { version = "0.75.1", default-features = false }
24+
v8 = { version = "0.76.0", default-features = false }
2525
deno_ast = { version = "0.29.1", features = ["transpiling"] }
2626
deno_unsync = "0.1"
2727

0 commit comments

Comments
 (0)