Skip to content

Commit 2ef4d68

Browse files
authored
feat(BREAKING): change inspector API to match new V8 API (#1196)
Adjusts inspector API usage to changes from denoland/rusty_v8#1853. The main change is `Rc<JsRuntimeInspector>` instead of `Rc<RefCell<JsRuntimeInspector>>`. Using inspector no longer requires mutable references.
1 parent 85bea0c commit 2ef4d68

File tree

5 files changed

+278
-344
lines changed

5 files changed

+278
-344
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
@@ -28,7 +28,7 @@ deno_error = { version = "0.7.0", features = ["serde_json", "serde", "url", "tok
2828
deno_ops = { version = "0.235.0", path = "./ops" }
2929
deno_unsync = "0.4.2"
3030
serde_v8 = { version = "0.268.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"

0 commit comments

Comments
 (0)