Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit a334959

Browse files
pin wasm-bindgen
1 parent 7c18cb1 commit a334959

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
- name: Pin crates for MSRV
2929
if: matrix.msrv
3030
run: |
31+
# The wasm-bindgen crate updated to syn 2.0 in version 0.2.85
32+
cargo update -p wasm-bindgen --precise "0.2.84" --verbose
33+
cargo update -p wasm-bindgen-macro --precise "0.2.84" --verbose
34+
cargo update -p wasm-bindgen-macro-support --precise "0.2.84" --verbose
35+
cargo update -p js-sys --precise "0.3.61" --verbose
3136
# The serde_json crate switched to Rust edition 2021 starting with v1.0.101, i.e., has MSRV of 1.56
3237
cargo update -p serde_json --precise "1.0.99" --verbose
3338
cargo update -p serde --precise "1.0.156" --verbose

0 commit comments

Comments
 (0)