mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
Remove rayon feature.
This commit is contained in:
parent
2abd43bfb2
commit
830363ca64
2 changed files with 1 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -366,7 +366,6 @@ dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"constant_time_eq",
|
"constant_time_eq",
|
||||||
"rayon",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
@ -23,7 +23,7 @@ rgb = { version = "0.8.37", optional = true }
|
||||||
|
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
regex = "1.10.2"
|
regex = "1.10.2"
|
||||||
blake3 = { version = "1.5.0", features = ["rayon"], optional = true }
|
blake3 = { version = "1.5.0", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["webp", "mimalloc", "reqwest-rustls", "qhash"]
|
default = ["webp", "mimalloc", "reqwest-rustls", "qhash"]
|
||||||
|
|
Loading…
Reference in a new issue