From 2d9748180a4bc2c15c4dae653e02f75c0410398a Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sun, 8 Mar 2026 14:00:36 -0700 Subject: [PATCH] CI: Reduce the number of packages that are updated for wasip2 MSRV test. --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 25f2891b..828ba711 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -391,10 +391,11 @@ jobs: wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin wasmtime --version - uses: Swatinem/rust-cache@v2 + # TODO(MSRV-1.87): Remove this step. - name: Generate MSRV-compatible Cargo.lock env: CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: "fallback" - run: cargo update + run: cargo update -p wasip2 - run: cargo test --target wasm32-wasip2 # TODO: enable after pre-built std will be provided by Rust