Skip to content

Commit f0408aa

Browse files
jsturtevantCopilot
andcommitted
Bump Rust toolchain to 1.90 and wasmtime latest to 41.0.4
Wasmtime 42+ introduced a breaking error type change (anyhow::Error -> wasmtime::Error) that requires broader runtime changes. Wasmtime 41 is the latest version compatible with the current runtime error handling. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f60af58 commit f0408aa

6 files changed

Lines changed: 132 additions & 134 deletions

File tree

.github/workflows/dep_build_wasm_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Hyperlight setup workflow
9191
uses: hyperlight-dev/ci-setup-workflow@v1.8.0
9292
with:
93-
rust-toolchain: "1.89"
93+
rust-toolchain: "1.90"
9494
- name: Set up Docker Buildx
9595
uses: docker/setup-buildx-action@v3
9696
- name: Login to Registry

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Hyperlight setup
6969
uses: hyperlight-dev/ci-setup-workflow@v1.8.0
7070
with:
71-
rust-toolchain: "1.89"
71+
rust-toolchain: "1.90"
7272

7373
- name: Add Nightly Rust
7474
run: |

0 commit comments

Comments
 (0)