Skip to content

Commit 2677aa0

Browse files
committed
progress
1 parent 15cdc64 commit 2677aa0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ std = [
5252
# to actually emit the log messages somewhere.
5353
logging = [
5454
"aho-corasick?/logging",
55+
"memchr?/logging",
5556
"regex-automata/logging",
5657
]
5758
# The 'use_std' feature is DEPRECATED. It will be removed in regex 2. Until

regex-automata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bench = false
2121
default = ["std", "syntax", "perf", "unicode", "meta", "nfa", "dfa", "hybrid"]
2222
std = ["regex-syntax?/std", "memchr?/std", "aho-corasick?/std", "alloc"]
2323
alloc = []
24-
logging = ["dep:log", "aho-corasick?/logging"]
24+
logging = ["dep:log", "aho-corasick?/logging", "memchr?/logging"]
2525

2626
syntax = ["dep:regex-syntax", "alloc"]
2727

0 commit comments

Comments
 (0)