Skip to content

Commit

Permalink
Reverting to wasm-bindgen 0.2.78 due to rustwasm/wasm-bindgen#2774
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Jan 22, 2022
1 parent 7057a08 commit 0d38f91
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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 boa_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.56"

[dependencies]
Boa = { path = "../boa", features = ["console"] }
wasm-bindgen = "0.2.79"
wasm-bindgen = "=0.2.78"
getrandom = { version = "0.2.4", features = ["js"] }

[lib]
Expand Down

0 comments on commit 0d38f91

Please sign in to comment.