From: Ian Jackson Date: Mon, 8 Mar 2021 19:15:06 +0000 (+0000) Subject: cargo: Pin wasm-bindgen which has a regression X-Git-Tag: otter-0.4.0~218 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=98ef012ce23c74653e804fb25bac6a7adbb48119;p=otter.git cargo: Pin wasm-bindgen which has a regression Signed-off-by: Ian Jackson --- diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 139a2f5b..9eb7021a 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -18,7 +18,7 @@ otter-base = { path = "../base" } console_error_panic_hook = "0.1" js-sys = "0.3" -wasm-bindgen = "0.2" +wasm-bindgen = "= 0.2.70" wee_alloc = "0.4" # Repeated here because importing does not work properly