grep-0.3.0

This commit is contained in:
Andrew Gallant 2023-11-26 15:24:09 -05:00
parent 3d0171040a
commit 625743d7c8
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -134,7 +134,7 @@ dependencies = [
[[package]]
name = "grep"
version = "0.2.13"
version = "0.3.0"
dependencies = [
"grep-cli",
"grep-matcher",

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"

View File

@ -1,6 +1,6 @@
[package]
name = "grep"
version = "0.2.13" #:version
version = "0.3.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.