summaryrefslogtreecommitdiffstats
path: root/grep/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'grep/Cargo.toml')
-rw-r--r--grep/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index b6a97d27..c6ff7cc3 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -14,7 +14,7 @@ license = "Unlicense/MIT"
[dependencies]
grep-cli = { version = "0.1.1", path = "../grep-cli" }
-grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
+grep-matcher = { version = "0.1.2", path = "../grep-matcher" }
grep-pcre2 = { version = "0.1.2", path = "../grep-pcre2", optional = true }
grep-printer = { version = "0.1.1", path = "../grep-printer" }
grep-regex = { version = "0.1.1", path = "../grep-regex" }