Skip to content

Commit 82392bc

Browse files
committed
Bump version for patch release
Signed-off-by: Brian Hardock <[email protected]>
1 parent d87a94f commit 82392bc

File tree

12 files changed

+310
-326
lines changed

12 files changed

+310
-326
lines changed

.devcontainer/bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
rustup update stable && rustup default stable && rustup component add clippy rustfmt
33

44
# Installs wasm32 compiler targets
5-
rustup target add wasm32-wasip1 wasm32-unknown-unknown
5+
rustup target add wasm32-wasip2 wasm32-unknown-unknown
66

77
# Installs cmake
88
sudo apt update && sudo apt install cmake -y
@@ -14,7 +14,7 @@ if [ -d "spininstall" ]; then
1414
fi
1515

1616
mkdir spininstall && cd spininstall
17-
curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
17+
curl -fsSL https://spinframework.dev/downloads/install.sh | bash
1818
sudo mv spin /usr/local/bin/
1919
cd ../ && rm -fr spininstall
2020

0 commit comments

Comments
 (0)