Skip to content

Commit

Permalink
Upgrade wasm-bindgen to v0.2.81
Browse files Browse the repository at this point in the history
This eliminates the Clippy complaint about redundant unit expression,
see rustwasm/wasm-bindgen#2774
  • Loading branch information
tv42 committed Jul 18, 2022
1 parent 4bb6624 commit 2890e16
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 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 embed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2018"
[build-dependencies]
anyhow = "1.0.56"
cargo_metadata = "0.14.2"
wasm-bindgen-cli = { version = "0.2.79", features = ["vendored-openssl"] }
wasm-bindgen-cli = { version = "0.2.81", features = ["vendored-openssl"] }
2 changes: 1 addition & 1 deletion frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ serde = "1.0.136"
serde_json = "1.0.79"
tracing = "0.1.32"
tracing-wasm = "0.2.1"
wasm-bindgen = "0.2.79"
wasm-bindgen = "0.2.81"
web-sys = { version = "0.3.56", features = ["Url", "UrlSearchParams"] }
yew = "0.19.3"

0 comments on commit 2890e16

Please sign in to comment.