From 98ef012ce23c74653e804fb25bac6a7adbb48119 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 8 Mar 2021 19:15:06 +0000 Subject: [PATCH] cargo: Pin wasm-bindgen which has a regression Signed-off-by: Ian Jackson --- wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2