Skip to content

Commit eb1bd64

Browse files
Merge pull request #61 from fibonacci1729/bump-version
Bump version for patch release (+ addition cleanup)
2 parents d87a94f + 82392bc commit eb1bd64

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)