summaryrefslogtreecommitdiffstats
path: root/grep/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 17:56:04 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 17:56:04 -0400
commit44cd3444380307a4b137fb427e8f8e67d95f4a48 (patch)
tree2e6dfeeb9ef97069b7467dd6e57cfc77dc9852ab /grep/Cargo.toml
parente493e54b9b81d729b748d378a5166112da305eb9 (diff)
grep-regex: release 0.1.3grep-regex-0.1.3
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 c6ff7cc3..1b2efdb0 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -17,7 +17,7 @@ grep-cli = { version = "0.1.1", path = "../grep-cli" }
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" }
+grep-regex = { version = "0.1.3", path = "../grep-regex" }
grep-searcher = { version = "0.1.1", path = "../grep-searcher" }
[dev-dependencies]