Skip to content

Commit 71ef058

Browse files
committed
chore: Deprecate memchr feature in favor of dep: syntax
The "memchr" feature does nothing on its own.
1 parent 5b0e69e commit 71ef058

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,11 @@ harness = false
140140

141141
[features]
142142
default = []
143-
simd = ["memchr"]
143+
simd = ["dep:memchr"]
144144
testing-colors = []
145145

146+
# Deprecated
147+
memchr = []
148+
146149
[lints]
147150
workspace = true

0 commit comments

Comments
 (0)