Skip to content

Commit 1feae10

Browse files
authored
0.31.0
1 parent b5015f5 commit 1feae10

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deno_doc"
3-
version = "0.30.0"
3+
version = "0.31.0"
44
edition = "2021"
55
description = "doc generation for deno"
66
authors = ["the Deno authors"]
@@ -27,7 +27,7 @@ serde_json = { version = "1.0.67", features = [ "preserve_order" ] }
2727
termcolor = "1.1.2"
2828
wasm-bindgen = { version = "0.2.79", features = ["serde-serialize"], optional = true }
2929
wasm-bindgen-futures = { version = "0.4.28", optional = true }
30-
console_error_panic_hook = "0.1.6"
30+
console_error_panic_hook = { version = "0.1.6", optional = true }
3131

3232
[dev-dependencies]
3333
clap = "2.33.3"
@@ -38,7 +38,7 @@ pretty_assertions = "1.0.0"
3838
[features]
3939
default = ["rust"]
4040
rust = []
41-
wasm = ["anyhow", "js-sys", "wasm-bindgen", "wasm-bindgen-futures"]
41+
wasm = ["anyhow", "js-sys", "wasm-bindgen", "wasm-bindgen-futures", "console_error_panic_hook"]
4242

4343
[profile.release]
4444
codegen-units = 1

lib/deno_doc_bg.wasm

2.11 KB
Binary file not shown.

0 commit comments

Comments
 (0)