Skip to content

Commit 13ef934

Browse files
fix wasm
wasm-bindgen was broken, this commit fixes it, see rustwasm/wasm-bindgen#4304 for more details
1 parent e0f6d39 commit 13ef934

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/wasm/scraping-instructions/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ wasm-bindgen-test = "0.3.34"
2828
[profile.release]
2929
# Tell `rustc` to optimize for small code size.
3030
opt-level = "s"
31+
32+
[workspace]
33+
resolver = "2"

0 commit comments

Comments
 (0)