Use the new rayon-par-bridge library

This commit is contained in:
Clément Renault
2024-05-12 14:45:25 +02:00
parent b67d385cf0
commit 81ec0abad1
3 changed files with 14 additions and 8 deletions

10
Cargo.lock generated
View File

@ -3510,6 +3510,7 @@ dependencies = [
"rand",
"rand_pcg",
"rayon",
"rayon-par-bridge",
"rhai",
"roaring",
"rstar",
@ -4289,6 +4290,15 @@ dependencies = [
"crossbeam-utils",
]
[[package]]
name = "rayon-par-bridge"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb6a14d8f65834aca6b0fe4cbbd7a27e639cd3efb1f2a32de9942368f1991de8"
dependencies = [
"rayon",
]
[[package]]
name = "reborrow"
version = "0.5.5"