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

Commit 6291be8

Browse files
pin wasm-bindgen
1 parent 7c18cb1 commit 6291be8

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
@@ -37,6 +37,11 @@ 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
44+
cargo update -p js-sys --precise "0.3.61" --verbose
4045
- name: Cargo check
4146
run: cargo check --release
4247
- name: Check documentation

0 commit comments

Comments
 (0)