Skip to content

Commit

Permalink
0.34.0 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Apr 8, 2022
1 parent ddc0383 commit d02b9e0
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 186 deletions.
166 changes: 41 additions & 125 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deno_doc"
version = "0.33.0"
version = "0.34.0"
edition = "2021"
description = "doc generation for deno"
authors = ["the Deno authors"]
Expand All @@ -16,8 +16,8 @@ name = "ddoc"
[dependencies]
anyhow = { version = "1.0.43", optional = true }
cfg-if = "1.0.0"
deno_ast = "0.13.0"
deno_graph = "0.25.0"
deno_ast = "0.14.0"
deno_graph = "0.26.0"
futures = "0.3.17"
js-sys = { version = "0.3.55", optional = true }
lazy_static = "1.4.0"
Expand Down
Loading

0 comments on commit d02b9e0

Please sign in to comment.