mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-01-13 21:28:13 +02:00
regex: tweak formatting of regex-automata version spec
This makes it easier to enable the `logging` feature for regex-automata. I wish I could just enable it unconditionally, but it winds up producing a lot of output because ripgrep uses regexes for things other than the primary search (like every glob). Sigh.
This commit is contained in:
parent
8ac66a9e04
commit
e80c102dee
@ -18,5 +18,5 @@ aho-corasick = "1.0.2"
|
||||
bstr = "1.5.0"
|
||||
grep-matcher = { version = "0.1.6", path = "../matcher" }
|
||||
log = "0.4.19"
|
||||
regex-automata = "0.3.0"
|
||||
regex-automata = { version = "0.3.0" }
|
||||
regex-syntax = "0.7.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user