From b62fa166aa65e9785c236d6da3e7af13cc10692d Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Mon, 7 Sep 2026 07:28:19 +0000 Subject: [PATCH] Revert "ci: use Rust 1.98 for wasm32-wasip2 (#8412)" (#8425) This reverts commit 3e6eb7d33aa24e1904a5900e3fa8e5f35f90efe1. --- .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 464ee4532..e8883687e 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 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