Remove rayon feature.

This commit is contained in:
Kavin
2023-11-20 05:14:26 +00:00
parent 2abd43bfb2
commit 830363ca64
2 changed files with 1 additions and 2 deletions
Generated
-1
View File
@@ -366,7 +366,6 @@ dependencies = [
"cc",
"cfg-if",
"constant_time_eq",
"rayon",
]
[[package]]
+1 -1
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"]