From d0a47bf8e890179c8686751177ff2d807fec3b56 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 28 Dec 2021 21:30:36 +0100 Subject: [PATCH] setup_web.sh: don't force-install wasm-bindgen-cli --- sh/setup_web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/setup_web.sh b/sh/setup_web.sh index d61955b3..89709727 100755 --- a/sh/setup_web.sh +++ b/sh/setup_web.sh @@ -5,5 +5,5 @@ cd "$script_path/.." # Pre-requisites: rustup target add wasm32-unknown-unknown -cargo install -f wasm-bindgen-cli +cargo install wasm-bindgen-cli cargo update -p wasm-bindgen