Skip to content

Commit 87a514e

Browse files
authored
Merge pull request #24 from vdice/chore/bump-spin-and-wasmtime
chore(Cargo.toml): bump spin to v2.6.0 and wasmtime to 21.0.1; update usage
2 parents 78aa2b3 + 305b326 commit 87a514e

File tree

4 files changed

+2057
-390
lines changed

4 files changed

+2057
-390
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Rust
2727
uses: dtolnay/rust-toolchain@stable
2828
with:
29-
toolchain: 1.74
29+
toolchain: 1.76
3030

3131
- name: Install dependencies
3232
run: |
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install Rust
6464
uses: dtolnay/rust-toolchain@stable
6565
with:
66-
toolchain: 1.74
66+
toolchain: 1.76
6767
targets: ${{ matrix.config.target }}
6868
- name: Install Spin
6969
uses: rajatjindal/setup-actions/spin@main

0 commit comments

Comments
 (0)