Skip to content

Commit 63bc3f1

Browse files
committed
feat: fix compatibility with latest rust
1 parent 0aca3a1 commit 63bc3f1

File tree

2 files changed

+25
-31
lines changed

2 files changed

+25
-31
lines changed

Cargo.lock

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

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.88"
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)