Skip to content

Commit

Permalink
Pin wasm-bindgen to 0.2.93
Browse files Browse the repository at this point in the history
Hopefully temporarily until a solution to [this comment]
is found.

[this comment]: rustwasm/wasm-bindgen#4159 (comment)
  • Loading branch information
sd2k committed Oct 16, 2024
1 parent 07fec0f commit 07c9246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/augurs-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde-wasm-bindgen = "0.6.0"
tracing.workspace = true
tracing-wasm = { version = "0.2.1", optional = true }
tsify-next = { version = "0.5.3", default-features = false, features = ["js"] }
wasm-bindgen = "0.2.87"
wasm-bindgen = "=0.2.93"
wasm-bindgen-rayon = { version = "1.2.1", optional = true }

[package.metadata.wasm-pack.profile.release]
Expand Down

0 comments on commit 07c9246

Please sign in to comment.