Skip to content

Commit

Permalink
fix: deno_ast 0.36 (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Apr 11, 2024
1 parent ac1b32f commit 6830638
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 24 deletions.
166 changes: 144 additions & 22 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.70.0", default-features = false, features = ["symbols"] }
deno_graph = { version = "0.71.0", default-features = false, features = ["symbols"] }
import_map = "0.19.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 = "0.35.0"
deno_ast = "0.36.0"
deno_graph.workspace = true
indexmap = "2.0.2"
futures = "0.3.26"
Expand Down

0 comments on commit 6830638

Please sign in to comment.