Skip to content

Commit 752a589

Browse files
committed
Update main binary to Rust 1.82 and Spin 3.2
Signed-off-by: itowlson <[email protected]>
1 parent c9a947c commit 752a589

File tree

5 files changed

+1873
-1161
lines changed

5 files changed

+1873
-1161
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
config:
26-
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "amd64", extension: ""}
27-
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-20.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
26+
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "amd64", extension: ""}
27+
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
2828
- { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
2929
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }
3030
- { target: "x86_64-pc-windows-msvc", os: "windows-latest", arch: "amd64", extension: ".exe" }
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Rust
3838
uses: dtolnay/rust-toolchain@stable
3939
with:
40-
toolchain: 1.79
40+
toolchain: 1.82
4141
targets: ${{ matrix.config.target }}
4242
- name: Install Spin
4343
uses: rajatjindal/setup-actions/spin@main
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install Spin
7979
uses: rajatjindal/setup-actions/spin@main
8080
with:
81-
version: "v2.0.0"
81+
version: "v3.2.0"
8282
- name: Install pluginify
8383
shell: bash
8484
run: spin plugins install --url https://github.com/itowlson/spin-pluginify/releases/download/canary/pluginify.json --yes

0 commit comments

Comments
 (0)