Skip to content

Commit a9d48c7

Browse files
committed
chore: force wasm-bindgen-rayon to 1.2.2
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.
1 parent 863d51f commit a9d48c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tfhe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tfhe-versionable = { version = "0.3.2", path = "../utils/tfhe-versionable" }
7979
wasm-bindgen = { workspace = true, features = [
8080
"serde-serialize",
8181
], optional = true }
82-
wasm-bindgen-rayon = { version = "1.0", optional = true }
82+
wasm-bindgen-rayon = { version = "=1.2.2", optional = true }
8383
js-sys = { version = "0.3", optional = true }
8484
console_error_panic_hook = { version = "0.1.7", optional = true }
8585
serde-wasm-bindgen = { version = "0.6.0", optional = true }

0 commit comments

Comments
 (0)