mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-30 19:51:58 -07:00
matcher: polish the grep-matcher crate
Not much here. Just updating to reflect my current style and bringing the crate to the 2021 edition.
This commit is contained in:
@@ -12,13 +12,13 @@ readme = "README.md"
|
||||
keywords = ["regex", "pattern", "trait"]
|
||||
license = "Unlicense OR MIT"
|
||||
autotests = false
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
memchr = "2.1"
|
||||
memchr = "2.6.3"
|
||||
|
||||
[dev-dependencies]
|
||||
regex = "1.1"
|
||||
regex = "1.9.5"
|
||||
|
||||
[[test]]
|
||||
name = "integration"
|
||||
|
Reference in New Issue
Block a user