Remove rayon feature.

This commit is contained in:
Kavin 2023-11-20 05:14:26 +00:00
parent 2abd43bfb2
commit 830363ca64
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
2 changed files with 1 additions and 2 deletions

1
Cargo.lock generated
View File

@ -366,7 +366,6 @@ dependencies = [
"cc",
"cfg-if",
"constant_time_eq",
"rayon",
]
[[package]]

View File

@ -23,7 +23,7 @@ rgb = { version = "0.8.37", optional = true }
once_cell = "1.18.0"
regex = "1.10.2"
blake3 = { version = "1.5.0", features = ["rayon"], optional = true }
blake3 = { version = "1.5.0", optional = true }
[features]
default = ["webp", "mimalloc", "reqwest-rustls", "qhash"]