We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f11bf4 commit 216fc26Copy full SHA for 216fc26
1 file changed
.github/workflows/ci.yaml
@@ -169,7 +169,7 @@ jobs:
169
170
- name: Install wasm-bindgen-test-runner
171
# Match the version of wasm-bindgen used in Cargo.lock
172
- run: cargo binstall wasm-bindgen-cli@0.2.117 --locked --no-confirm
+ run: cargo binstall wasm-bindgen-cli@0.2.118 --locked --no-confirm
173
174
- name: Install wasm-tools
175
uses: bytecodealliance/actions/wasm-tools/setup@v1
0 commit comments