Skip to content

Commit 5a78ab8

Browse files
chore(deps): bump wasm-bindgen from 0.2.80 to 0.2.100
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.80 to 0.2.100. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.80...0.2.100) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0aca3a1 commit 5a78ab8

File tree

2 files changed

+24
-31
lines changed

2 files changed

+24
-31
lines changed

Cargo.lock

+23-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default = ["console_error_panic_hook"]
1919
monkey-parser = { path = "../parser", version = "0.9.1" }
2020
monkey-compiler = { path = "../compiler", version = "0.9.1" }
2121

22-
wasm-bindgen = "0.2.80"
22+
wasm-bindgen = "0.2.100"
2323

2424
# The `console_error_panic_hook` crate provides better debugging of panics by
2525
# logging them with `console.error`. This is great for development, but requires

0 commit comments

Comments
 (0)