summaryrefslogtreecommitdiffstats
path: root/grep-pcre2
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 17:57:03 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 17:57:03 -0400
commit79018eb693c882b8f97535e2fb41b6ff0e90e948 (patch)
treed79a72ddcaf226beb77e6f8f572f0f79c168aed1 /grep-pcre2
parent44cd3444380307a4b137fb427e8f8e67d95f4a48 (diff)
grep-pcre2: release 0.1.3grep-pcre2-0.1.3
Diffstat (limited to 'grep-pcre2')
-rw-r--r--grep-pcre2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-pcre2/Cargo.toml b/grep-pcre2/Cargo.toml
index 7e5785a0..8b907106 100644
--- a/grep-pcre2/Cargo.toml
+++ b/grep-pcre2/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-pcre2"
-version = "0.1.2" #:version
+version = "0.1.3" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use PCRE2 with the 'grep' crate.