summaryrefslogtreecommitdiffstats
path: root/crates/matcher/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 09:00:33 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 09:00:33 -0500
commitbc78c644db115de518a083e192312da77cfffdca (patch)
treea2f3fd1bbfe0f721cc4a66abe9bd0aaaa08ddfbd /crates/matcher/Cargo.toml
parentdc7267a0fb9849c3d25833e4b4d6daf4992d1595 (diff)
grep-matcher-0.1.6grep-matcher-0.1.6
Diffstat (limited to 'crates/matcher/Cargo.toml')
-rw-r--r--crates/matcher/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/matcher/Cargo.toml b/crates/matcher/Cargo.toml
index 0b506386..43ab76fa 100644
--- a/crates/matcher/Cargo.toml
+++ b/crates/matcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-matcher"
-version = "0.1.5" #:version
+version = "0.1.6" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A trait for regular expressions, with a focus on line oriented search.