mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-12-06 19:16:48 +01:00
Remove rayon feature.
This commit is contained in:
Generated
-1
@@ -366,7 +366,6 @@ dependencies = [
|
||||
"cc",
|
||||
"cfg-if",
|
||||
"constant_time_eq",
|
||||
"rayon",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user