Skip to content

Commit

Permalink
chore(ci): wasm-bindgen introduced a bug in 0.2.94 preventing our build
Browse files Browse the repository at this point in the history
- 0.2.93 works properly, changing the requirement to allow wasm to build
  • Loading branch information
IceTDrinker committed Oct 10, 2024
1 parent 62100bd commit 8862ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfhe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tfhe-zk-pok = { version = "0.3.0", path = "../tfhe-zk-pok", optional = true }
tfhe-versionable = { version = "0.3.2", path = "../utils/tfhe-versionable" }

# wasm deps
wasm-bindgen = { version = "0.2.86", features = [
wasm-bindgen = { version = "<0.2.93", features = [
"serde-serialize",
], optional = true }
wasm-bindgen-rayon = { version = "1.0", optional = true }
Expand Down

0 comments on commit 8862ce5

Please sign in to comment.