summaryrefslogtreecommitdiffstats
path: root/crates/searcher/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/searcher/Cargo.toml')
-rw-r--r--crates/searcher/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/crates/searcher/Cargo.toml b/crates/searcher/Cargo.toml
index eeb805d3..05ccad3f 100644
--- a/crates/searcher/Cargo.toml
+++ b/crates/searcher/Cargo.toml
@@ -27,7 +27,6 @@ grep-regex = { version = "0.1.12", path = "../regex" }
regex = "1.9.5"
[features]
-simd-accel = ["encoding_rs/simd-accel"]
-
-# This feature is DEPRECATED. Runtime dispatch is used for SIMD now.
+# These features are DEPRECATED. Runtime dispatch is used for SIMD now.
+simd-accel = []
avx-accel = []