From 3e6eb7d33aa24e1904a5900e3fa8e5f35f90efe1 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sat, 5 Sep 2026 10:27:15 +0000 Subject: [PATCH] ci: use Rust 1.98 for wasm32-wasip2 (#8412) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8883687e..464ee4532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1126,10 +1126,10 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v4 - - name: Install Rust ${{ env.rust_stable }} + - name: Install Rust 1.98 uses: dtolnay/rust-toolchain@stable with: - toolchain: ${{ env.rust_stable }} + toolchain: '1.98' targets: wasm32-wasip2 - name: Install cargo-nextest, wasmtime