We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc251c commit d715d73Copy full SHA for d715d73
1 file changed
.github/workflows/tests.yml
@@ -391,10 +391,11 @@ jobs:
391
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
392
wasmtime --version
393
- uses: Swatinem/rust-cache@v2
394
+ # TODO(MSRV-1.87): Remove this step.
395
- name: Generate MSRV-compatible Cargo.lock
396
env:
397
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: "fallback"
- run: cargo update
398
+ run: cargo update -p wasip2
399
- run: cargo test --target wasm32-wasip2
400
401
# TODO: enable after pre-built std will be provided by Rust
0 commit comments