Skip to content

Commit 137cada

Browse files
chore: use Spin v3.1.1 dependencies
Signed-off-by: Kate Goldenring <[email protected]>
1 parent 20deea1 commit 137cada

File tree

3 files changed

+551
-107
lines changed

3 files changed

+551
-107
lines changed

.github/workflows/build.yaml

+2-2
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.79
34+
toolchain: 1.81
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.79
71+
toolchain: 1.81
7272
targets: ${{ matrix.config.target }}
7373
- name: Install Spin
7474
uses: rajatjindal/setup-actions/spin@main

0 commit comments

Comments
 (0)