Skip to content

Commit 93b5c1e

Browse files
Merge pull request #54 from kate-goldenring/spin-v3.3-release
chore: bump dependencies for Spin v3.3 release
2 parents e97f3ed + 1c83af1 commit 93b5c1e

File tree

11 files changed

+807
-599
lines changed

11 files changed

+807
-599
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

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Rust
3232
uses: dtolnay/rust-toolchain@stable
3333
with:
34-
toolchain: 1.81
34+
toolchain: 1.85
3535

3636
- name: Install dependencies
3737
run: |
@@ -54,8 +54,8 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
config:
57-
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "amd64", extension: "" }
58-
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "aarch64", extension: "" }
57+
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "amd64", extension: "" }
58+
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "aarch64", extension: "" }
5959
- { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
6060
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }
6161
- { target: "x86_64-pc-windows-msvc", os: "windows-latest", arch: "amd64", extension: ".exe" }
@@ -68,12 +68,12 @@ jobs:
6868
- name: Install Rust
6969
uses: dtolnay/rust-toolchain@stable
7070
with:
71-
toolchain: 1.81
71+
toolchain: 1.85
7272
targets: ${{ matrix.config.target }}
7373
- name: Install Spin
7474
uses: rajatjindal/setup-actions/spin@main
7575
with:
76-
version: "v2.4.2"
76+
version: "v3.3.0"
7777
- name: Install pluginify
7878
shell: bash
7979
run: spin plugins install --url https://github.com/itowlson/spin-pluginify/releases/download/canary/pluginify.json --yes

0 commit comments

Comments
 (0)