File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 - uses : actions-rust-lang/setup-rust-toolchain@v1
2424 with :
2525 toolchain : stable
26- target : wasm32-wasip1
26+ target : wasm32-wasip2
2727 override : true
2828 components : rustfmt, clippy
2929 - name : Lint (clippy)
@@ -45,14 +45,14 @@ jobs:
4545 ref : ${{ github.event.pull_request.head.sha }}
4646 - uses : actions-rust-lang/setup-rust-toolchain@v1
4747 with :
48- toolchain : 1.86
49- target : wasm32-wasip1
48+ toolchain : 1.87
49+ target : wasm32-wasip2
5050 override : true
5151 - name : Build extension
5252 uses : actions-rs/cargo@v1
5353 with :
5454 command : build
55- args : --target wasm32-wasip1 --all-features
55+ args : --target wasm32-wasip2 --all-features
5656 - name : Install latest nextest release
5757 uses : taiki-e/install-action@nextest
5858 - name : Test with latest nextest release
You can’t perform that action at this time.
0 commit comments