Skip to content

Commit

Permalink
fix: Lock wasm-bindgen version to 0.2.94
Browse files Browse the repository at this point in the history
v0.2.95 causes a crash with wasm tests in CI

Signed-off-by: Anand Krishnamoorthi <[email protected]>
  • Loading branch information
anakrish committed Nov 6, 2024
1 parent 5bf7cd7 commit a7df970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a7df970

Please sign in to comment.