We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40baa5 commit b6da5e5Copy full SHA for b6da5e5
.github/workflows/wasm-examples.yml
@@ -38,7 +38,7 @@ jobs:
38
target: wasm32-unknown-unknown
39
- uses: Leafwing-Studios/cargo-cache@v2
40
- name: install wasm-bindgen
41
- run: cargo install -f wasm-bindgen-cli
+ run: cargo install -f wasm-bindgen-cli --version 0.2.92
42
- name: make wasm-examples
43
run: make wasm-examples
44
- name: Setup Pages
0 commit comments