Skip to content

Commit 181b7d8

Browse files
committed
Update to Wasmtime 42.0.1
Keeps up-to-date with Wasmtime's releases and accounts for API changes in Wasmtime happening in the last cycle. Signed-off-by: Alex Crichton <alex@alexcrichton.com>
1 parent b21a6d2 commit 181b7d8

32 files changed

Lines changed: 585 additions & 547 deletions

File tree

.github/actions/spin-ci-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
type: bool
99
rust-version:
1010
description: 'Rust version to setup'
11-
default: '1.90'
11+
default: '1.91'
1212
required: false
1313
type: string
1414

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
env:
1919
CARGO_TERM_COLOR: always
20-
RUST_VERSION: '1.90'
20+
RUST_VERSION: '1.91'
2121

2222
jobs:
2323
dependency-review:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
concurrency: ${{ github.workflow }}-${{ github.ref }}
1212

1313
env:
14-
RUST_VERSION: '1.90'
14+
RUST_VERSION: '1.91'
1515

1616
jobs:
1717
build-and-sign:

0 commit comments

Comments
 (0)