Skip to content

Commit

Permalink
Bump wasm-bindgen from 0.2.38 to 0.2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support authored and dependabot[bot] committed Mar 14, 2019
1 parent e50bc9e commit 37ebbee
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
41 changes: 24 additions & 17 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion opt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ regex = "1.1.2"
[dependencies]
structopt = { version = "0.2", optional = true }
twiggy-traits = { version = "=0.4.0", path = "../traits" }
wasm-bindgen = { version = "0.2.38", optional = true }
wasm-bindgen = { version = "0.2.39", optional = true }
cfg-if = "0.1.7"

[features]
Expand Down
2 changes: 1 addition & 1 deletion wasm-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ version = "=0.4.0"
path = "../traits"

[dependencies.wasm-bindgen]
version = "0.2.38"
version = "0.2.39"

[features]
default = ["emit_json"]
Expand Down

0 comments on commit 37ebbee

Please sign in to comment.