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:
Andrew Gallant
2023-09-25 16:48:25 -04:00
parent abfa65c2c1
commit 96f01b92a0
5 changed files with 41 additions and 49 deletions

View File

@@ -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"