diff --git a/Cargo.toml b/Cargo.toml index a43b0796..95f7855e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -140,7 +140,7 @@ harness = false [features] default = [] -simd = ["memchr"] +simd = ["dep:memchr"] testing-colors = [] [lints]