Skip to content

Commit 673bfbc

Browse files
authored
Update wasm-bindgen to fix Rust incompatibility (#785)
error: older versions of the `wasm-bindgen` crate are incompatible with current versions of Rust; please update to `wasm-bindgen` v0.2.88
1 parent ecf829c commit 673bfbc

File tree

2 files changed

+48
-40
lines changed

2 files changed

+48
-40
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ opt-level = 1
2929

3030
[dependencies]
3131
cfg-if = "1.0.0"
32-
wasm-bindgen = "0.2.83"
32+
wasm-bindgen = "0.2.88"
3333
winit = "0.27.5"
3434
glow = "0.11.2"
3535
byteorder = "1.4.3"

0 commit comments

Comments
 (0)