Revert "ci: use Rust 1.98 for wasm32-wasip2 (#8412)" (#8425)

This reverts commit 3e6eb7d33a.
This commit is contained in:
Alice Ryhl
2026-09-07 07:28:19 +00:00
parent 3e6eb7d33a
commit b62fa166aa
+2 -2
View File
@@ -1126,10 +1126,10 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Install Rust 1.98
- name: Install Rust ${{ env.rust_stable }}
uses: dtolnay/rust-toolchain@stable
with:
toolchain: '1.98'
toolchain: ${{ env.rust_stable }}
targets: wasm32-wasip2
- name: Install cargo-nextest, wasmtime