fix: pin wasm-bindgen to 0.2.118, update CI

This commit is contained in:
2026-04-25 16:10:48 +02:00
parent 84b2e75967
commit 1f9d01b073
2 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ talc = ["dep:talc"]
[dependencies]
blake3 = { version = "1.8", features = ["wasm32_simd"] }
wasm-bindgen = "0.2"
wasm-bindgen = "=0.2.118"
[dev-dependencies]
wasm-bindgen-test = "0.3"