Skip to content

Commit

Permalink
chore(ci): the original build fix was not conservative enough
Browse files Browse the repository at this point in the history
- this makes sure we honour the original requirement while making sure we
don't pull the broken dep in
  • Loading branch information
IceTDrinker committed Oct 10, 2024
1 parent a54a841 commit c2aae98
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.94", features = [
wasm-bindgen = { version = ">=0.2.86,<0.2.94", features = [
"serde-serialize",
], optional = true }
wasm-bindgen-rayon = { version = "1.0", optional = true }
Expand Down

0 comments on commit c2aae98

Please sign in to comment.