Skip to content

Commit dd27f0e

Browse files
committed
chore: bump wasm-bindgen to 0.2.100
Recently, CI jobs started failing on the `rust:lint` step. One suitable workaround was to ignore the questionable lints via Cargo.toml: ``` [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] } ``` However we can just bump the dep and skip ignoring the lints. See related discussion in [0]. [0] rustwasm/wasm-bindgen#4283
1 parent 97842ea commit dd27f0e

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

packages/wasm/crate/Cargo.lock

+21-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wasm/crate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ regex = { version = "1.11.0" }
4444
serde = { version = "1.0.210", features = ["derive"] }
4545
serde-wasm-bindgen = "0.6.5"
4646
thiserror = "1.0.64"
47-
wasm-bindgen = "0.2.93"
47+
wasm-bindgen = "0.2.100"
4848
wasm-bindgen-futures = "0.4.43"
4949
web-sys = { version = "0.3.70", features = ["console"] }
5050

0 commit comments

Comments
 (0)