Skip to content

Commit

Permalink
chore: upgrade deno_ast and deno_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jan 22, 2024
1 parent 449bbca commit 4002723
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 11,7 @@ repository = "https://github.com/denoland/deno_doc"
members = ["lib"]

[workspace.dependencies]
deno_graph = { version = "0.63.2", default-features = false, features = ["symbols"] }
deno_graph = { git = "https://github.com/denoland/deno_graph.git", branch = "main", default-features = false, features = ["symbols"] }
import_map = "0.18.0"
serde = { version = "1.0.140", features = ["derive"] }

Expand All @@ -26,7 26,7 @@ required-features = ["html"]
[dependencies]
anyhow = "1.0.58"
cfg-if = "1.0.0"
deno_ast = "1.0.0"
deno_ast = "0.32.0"
deno_graph.workspace = true
indexmap = "2.0.2"
futures = "0.3.26"
Expand Down

0 comments on commit 4002723

Please sign in to comment.