Skip to content

Commit c8293ca

Browse files
chore: bump dependencies for Spin v3.3 release
Signed-off-by: Kate Goldenring <[email protected]>
1 parent e97f3ed commit c8293ca

File tree

7 files changed

+768
-590
lines changed

7 files changed

+768
-590
lines changed

.devcontainer/bootstrap.sh

Lines changed: 1 addition & 1 deletion
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-wasi wasm32-unknown-unknown
5+
rustup target add wasm32-wasip1 wasm32-unknown-unknown
66

77
# Installs cmake
88
sudo apt update && sudo apt install cmake -y

0 commit comments

Comments
 (0)