diff --git a/Cargo.lock b/Cargo.lock index 3d96dba2..efd98def 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "grep-regex" -version = "0.1.10" +version = "0.1.11" dependencies = [ "aho-corasick", "bstr", diff --git a/crates/regex/Cargo.toml b/crates/regex/Cargo.toml index 617912c2..64157cf6 100644 --- a/crates/regex/Cargo.toml +++ b/crates/regex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grep-regex" -version = "0.1.10" #:version +version = "0.1.11" #:version authors = ["Andrew Gallant "] description = """ Use Rust's regex library with the 'grep' crate.