Skip to content

Commit 4aaacde

Browse files
committed
use git deno_graph
1 parent ef2349f commit 4aaacde

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/denoland/deno_doc"
1111
members = ["lib"]
1212

1313
[workspace.dependencies]
14-
deno_graph = { path = "../deno_graph", default-features = false, features = [
14+
deno_graph = { git = "https://github.com/nathanwhit/deno_graph", branch = "oxc-port", default-features = false, features = [
1515
"swc",
1616
"symbols",
1717
] }
@@ -23,6 +23,9 @@ serde_json = { version = "1.0.122", features = ["preserve_order"] }
2323
[patch."https://github.com/nathanwhit/deno_ast"]
2424
deno_ast = { path = "../deno_ast" }
2525

26+
[patch."https://github.com/nathanwhit/deno_graph"]
27+
deno_graph = { path = "../deno_graph" }
28+
2629
[lib]
2730
name = "deno_doc"
2831

0 commit comments

Comments
 (0)