We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f445594 commit 555845aCopy full SHA for 555845a
1 file changed
.github/workflows/tests.yml
@@ -391,11 +391,6 @@ 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"
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