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