From 955e10d28255ae9d5149d7275baacd07f67f0100 Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Sat, 22 Jan 2022 23:08:44 +0100 Subject: [PATCH] Pin wasm-bindgen-cli to version 0.2.78 as workaround for #19 --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index e7de153..952e265 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -17,7 +17,7 @@ args = ["build", "--target", "wasm32-unknown-unknown", "--release"] command = "cargo" [tasks.wasm-bindgen-cli] -install_crate = {crate_name = "wasm-bindgen-cli", binary = "wasm-bindgen", test_arg="--help"} +install_crate = { crate_name = "wasm-bindgen-cli", binary = "wasm-bindgen", test_arg="--help", version="0.2.78" } [tasks.copy-files-for-release] script_runner = "@duckscript"