grep-0.3.0

This commit is contained in:
Andrew Gallant
2023-11-26 15:24:09 -05:00
parent 3d0171040a
commit 625743d7c8
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ members = [
[dependencies]
anyhow = "1.0.75"
bstr = "1.7.0"
grep = { version = "0.2.13", path = "crates/grep" }
grep = { version = "0.3.0", path = "crates/grep" }
ignore = { version = "0.4.21", path = "crates/ignore" }
lexopt = "0.3.0"
log = "0.4.5"