We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c7c28 commit 98d1316Copy full SHA for 98d1316
.github/workflows/wasm-examples.yml
@@ -42,7 +42,7 @@ jobs:
42
target: wasm32-unknown-unknown
43
- uses: Leafwing-Studios/cargo-cache@v2
44
- name: install wasm-bindgen
45
- run: cargo install -f wasm-bindgen-cli --version 0.2.97
+ run: cargo install -f wasm-bindgen-cli --version 0.2.105
46
- name: make wasm-examples
47
run: make wasm-examples
48
- name: Setup Pages
0 commit comments