Skip to content

Commit 589bb68

Browse files
committed
use fixed version
1 parent df891d4 commit 589bb68

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ deno_error = { version = "0.7.0", features = ["serde_json", "serde", "url", "tok
2828
deno_ops = { version = "0.234.0", path = "./ops" }
2929
deno_unsync = "0.4.2"
3030
serde_v8 = { version = "0.267.0", path = "./serde_v8" }
31-
v8 = { version = "140.0.0", default-features = false }
31+
v8 = { version = "140.1.1", default-features = false }
3232

3333
anyhow = "1"
3434
bencher = "0.1"
@@ -95,6 +95,3 @@ codegen-units = 1
9595
incremental = true
9696
lto = true
9797
opt-level = 'z' # Optimize for size
98-
99-
[patch.crates-io]
100-
v8 = { path = "../rusty_v8" }

0 commit comments

Comments
 (0)