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

Commit bf7e14b

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
cargo update -p proc-macro2 --precise "1.0.65" --verbose
3838
# The memchr crate switched to Rust edition 2021 starting with v2.6.0
3939
cargo update -p memchr --precise "2.5.0" --verbose
40+
# The wasm-bindgen crate updated to syn 2.0 in version 0.2.85
41+
cargo update -p wasm-bindgen --precise "0.2.84" --verbose
42+
cargo update -p wasm-bindgen-macro --precise "0.2.84" --verbose
43+
cargo update -p wasm-bindgen-macro-support --precise "0.2.84" --verbose
4044
- name: Cargo check
4145
run: cargo check --release
4246
- name: Check documentation

0 commit comments

Comments
 (0)