Skip to content

Commit a6bfaa2

Browse files
Add par-core dependency to enable rayon feature
1 parent ee1ff6a commit a6bfaa2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ globset = { version = "0.4.18" }
2121
itertools = { version = "0.14.0" }
2222
notify = { version = "8.2.0" }
2323
num_cpus = { version = "1.17.0" }
24+
par-core = { version = "2.0.0", features = ["rayon"] }
2425
rayon = { version = "1.11.0" }
2526
regex = { version = "1.12.2" }
2627
serde = { version = "1.0.228" }

0 commit comments

Comments
 (0)