Skip to content

Commit 99234e9

Browse files
committed
use git deno_graph
1 parent ef2349f commit 99234e9

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

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
@@ -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
] }
@@ -20,9 +20,6 @@ import_map = "0.25.0"
2020
serde = { version = "1.0.204", features = ["derive"] }
2121
serde_json = { version = "1.0.122", features = ["preserve_order"] }
2222

23-
[patch."https://github.com/nathanwhit/deno_ast"]
24-
deno_ast = { path = "../deno_ast" }
25-
2623
[lib]
2724
name = "deno_doc"
2825

0 commit comments

Comments
 (0)