Skip to content

Commit

Permalink
chore: force wasm-bindgen-rayon to 1.2.2
Browse files Browse the repository at this point in the history
the new 1.3.0 version changes the way some files are bundled, I don't want
to discover during the release that nothing works properly anymore.
  • Loading branch information
IceTDrinker committed Jan 2, 2025
1 parent cd03b7e commit 7aa5f31
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-versionable = { version = "0.3.2", path = "../utils/tfhe-versionable" }
wasm-bindgen = { workspace = true, features = [
"serde-serialize",
], optional = true }
wasm-bindgen-rayon = { version = "1.0", optional = true }
wasm-bindgen-rayon = { version = "=1.2.2", optional = true }
js-sys = { version = "0.3", optional = true }
console_error_panic_hook = { version = "0.1.7", optional = true }
serde-wasm-bindgen = { version = "0.6.0", optional = true }
Expand Down

0 comments on commit 7aa5f31

Please sign in to comment.