Commit 23207cc
committed
Fix the Pages build: install wasm-bindgen-cli at the Cargo.lock version
The workflow pinned wasm-bindgen-cli 0.2.100 while the wasm module linked
wasm-bindgen 0.2.126, and the bindgen schema must match exactly, so the deploy
failed at the bindings step. Read the version out of Cargo.lock at install time
so the CLI and the crate can never drift apart again.1 parent 2dfc0f9 commit 23207cc
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
0 commit comments