Skip to content

Commit b1a602d

Browse files
Make rayon optional.
1 parent 0e9474d commit b1a602d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ include = [
2323
license = "BSD-3-Clause"
2424

2525
[dependencies]
26-
rayon = { version = "1.8.1" }
26+
rayon = { version = "1.8.1", optional = true }
2727

2828
[features]
29-
rayon = []
29+
rayon = ["dep:rayon"]
3030

0 commit comments

Comments
 (0)