Skip to content

Commit 0fa4b74

Browse files
authored
0.20.0 (#207)
1 parent e861ac0 commit 0fa4b74

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deno_doc"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
edition = "2021"
55
description = "doc generation for deno"
66
authors = ["the Deno authors"]
@@ -17,7 +17,7 @@ name = "ddoc"
1717
anyhow = { version = "1.0.43", optional = true }
1818
cfg-if = "1.0.0"
1919
deno_ast = "0.5.0"
20-
deno_graph = "0.10.0"
20+
deno_graph = "0.11.0"
2121
futures = "0.3.17"
2222
js-sys = { version = "0.3.55", optional = true }
2323
lazy_static = "1.4.0"

lib/deno_doc.generated.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ const imports = {
404404
__wbindgen_throw: function (arg0, arg1) {
405405
throw new Error(getStringFromWasm0(arg0, arg1));
406406
},
407-
__wbindgen_closure_wrapper825: function (arg0, arg1, arg2) {
408-
var ret = makeMutClosure(arg0, arg1, 155, __wbg_adapter_20);
407+
__wbindgen_closure_wrapper832: function (arg0, arg1, arg2) {
408+
var ret = makeMutClosure(arg0, arg1, 156, __wbg_adapter_20);
409409
return addHeapObject(ret);
410410
},
411411
},

lib/deno_doc_bg.wasm

9.75 KB
Binary file not shown.

0 commit comments

Comments
 (0)