Skip to content

Commit 950a91e

Browse files
authored
Merge pull request #69 from vdice/chore/bump-spin-3.5.0
chore(Cargo.toml): bump Spin to 3.5.0; wasmtime to 37.0.1; rust to 1.87
2 parents 1912155 + 6c11a70 commit 950a91e

File tree

3 files changed

+235
-248
lines changed

3 files changed

+235
-248
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 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.86
34+
toolchain: 1.87
3535

3636
- name: Install dependencies
3737
run: |
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install Rust
6969
uses: dtolnay/rust-toolchain@stable
7070
with:
71-
toolchain: 1.86
71+
toolchain: 1.87
7272
targets: ${{ matrix.config.target }}
7373
- name: Install Spin
7474
uses: rajatjindal/setup-actions/spin@main

0 commit comments

Comments
 (0)