summaryrefslogtreecommitdiffstats
path: root/grep-pcre2
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-20 07:26:56 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-08-20 17:34:45 -0400
commitafa06c518a2bb255fde2a27ef0d401e28fbb0296 (patch)
tree83e19a9abf0e0a05bd05bbd667dfd338750a9cc0 /grep-pcre2
parente46aeb34f85ad1d510f28ddd949d7ddc0c03a094 (diff)
deps: update libripgrep crate versions
This prepares them for an initial 0.1.0 release.
Diffstat (limited to 'grep-pcre2')
-rw-r--r--grep-pcre2/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/grep-pcre2/Cargo.toml b/grep-pcre2/Cargo.toml
index 28d1f167..93459190 100644
--- a/grep-pcre2/Cargo.toml
+++ b/grep-pcre2/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-pcre2"
-version = "0.0.1" #:version
+version = "0.1.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use PCRE2 with the 'grep' crate.
@@ -13,5 +13,5 @@ keywords = ["regex", "grep", "pcre", "backreference", "look"]
license = "Unlicense/MIT"
[dependencies]
-grep-matcher = { version = "0.0.1", path = "../grep-matcher" }
+grep-matcher = { version = "0.1.0", path = "../grep-matcher" }
pcre2 = "0.1"