summaryrefslogtreecommitdiffstats
path: root/crates/pcre2/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-03-15 21:38:59 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-03-15 21:42:54 -0400
commit92daa34eb3031ae2c61bb81da4d9245b1fa7fff9 (patch)
tree68bd4dfa314cd6266a45433af3615f6828912e02 /crates/pcre2/Cargo.toml
parenta8c1fb7c883032aea6c7f84bd6cb42226253cbcc (diff)
Diffstat (limited to 'crates/pcre2/Cargo.toml')
-rw-r--r--crates/pcre2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/pcre2/Cargo.toml b/crates/pcre2/Cargo.toml
index 6f9673d7..79fcf436 100644
--- a/crates/pcre2/Cargo.toml
+++ b/crates/pcre2/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-pcre2"
-version = "0.1.3" #:version
+version = "0.1.4" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use PCRE2 with the 'grep' crate.