fix: Lock wasm-bindgen version to 0.2.94 (#342)

v0.2.95 causes a crash with wasm tests in CI

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2024-11-06 12:04:59 -08:00
committed by GitHub
parent 5bf7cd7cc8
commit 1bfe38f9af

View File

@@ -18,7 +18,7 @@ coverage = ["regorus/coverage"]
[dependencies]
regorus = { path = "../..", default-features = false, features = ["arc"] }
serde_json = "1.0.111"
wasm-bindgen = "0.2.90"
wasm-bindgen = "=0.2.93"
[dev-dependencies]
wasm-bindgen-test = "0.3.40"