Skip to content

Commit

Permalink
version bump and update wasm-bindgen feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed Sep 17, 2019
1 parent b7b5ca5 commit 23cdbe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Parser for the Concise data definition language (CDDL)"
repository = "https://github.com/anweiss/cddl"
homepage = "https://cddl.anweiss.tech"
license = "MIT"
version = "0.3.15"
version = "0.3.16"
authors = ["Andrew Weiss <[email protected]>"]
readme = "README.md"
edition = "2018"
Expand All @@ -31,7 +31,7 @@ annotate-snippets = "0.6"
crossterm = "0.9"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2"
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
console_error_panic_hook = { version = "0.1", optional = true }
wee_alloc = { version = "0.4", optional = true }

Expand Down

0 comments on commit 23cdbe0

Please sign in to comment.