We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b42a5 commit b229df2Copy full SHA for b229df2
1 file changed
.github/workflows/tests.yml
@@ -371,7 +371,8 @@ jobs:
371
wasmtime --version
372
- uses: Swatinem/rust-cache@v2
373
- name: Generate MSRV-compatible Cargo.lock
374
- env: CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS="fallback"
+ env:
375
+ CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: "fallback"
376
run: cargo update
377
- run: cargo test --target wasm32-wasip2
378
0 commit comments