Skip to content

Commit 944c783

Browse files
committed
Pin wasm workflow to exact, compatible bindgen
1 parent b3165d6 commit 944c783

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
9393
target: wasm32-unknown-unknown
9494
- uses: actions/checkout@v2
9595
- name: Test
96-
run: cargo test -vv --target wasm32-unknown-unknown
96+
run: |
97+
cargo update
98+
cargo update -p wasm-bindgen --precise 0.2.80
99+
cargo test -vv --target wasm32-unknown-unknown
97100
env:
98101
CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER: wasm-bindgen-test-runner

0 commit comments

Comments
 (0)