From 4bafc347ea2ffe3f053b0f62955c1bc1f8ae6562 Mon Sep 17 00:00:00 2001 From: Craig Mayhew Date: Wed, 21 Feb 2024 10:15:09 +0000 Subject: [PATCH] switching to nightly earlier to see if error is fixed --- cloudflare-build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cloudflare-build.sh b/cloudflare-build.sh index 067eb0d..dce7d7b 100644 --- a/cloudflare-build.sh +++ b/cloudflare-build.sh @@ -1,10 +1,8 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y . $HOME/.cargo/env curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y +rustup default nightly rustup target add wasm32-unknown-unknown -#cargo install cargo-binstall -#cargo-binstall --locked --no-confirm trunk cargo install --locked trunk cargo install wasm-bindgen-cli -rustup default beta trunk build