fix(core): use of deprecated rayon repeatn

This commit is contained in:
Nicolas Sarlin
2025-08-13 11:09:10 +02:00
committed by Nicolas Sarlin
parent a7dd071bd4
commit 5fa8cc8563
3 changed files with 8 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ itertools = "0.14"
num-complex = "0.4"
pulp = { version = "0.21", default-features = false }
rand = "0.8"
rayon = "1"
rayon = "1.11"
serde = { version = "1.0", default-features = false }
wasm-bindgen = "0.2.100"