diff --git a/Cargo.lock b/Cargo.lock index 0dd0cef..85390c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,7 +185,7 @@ dependencies = [ [[package]] name = "grep-matcher" -version = "0.1.7" +version = "0.1.8" dependencies = [ "memchr", "regex", diff --git a/crates/matcher/Cargo.toml b/crates/matcher/Cargo.toml index 9e8a9c8..4ec118e 100644 --- a/crates/matcher/Cargo.toml +++ b/crates/matcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep-matcher" -version = "0.1.7" #:version +version = "0.1.8" #:version authors = ["Andrew Gallant "] description = """ A trait for regular expressions, with a focus on line oriented search.