summaryrefslogtreecommitdiffstats
path: root/crates/grep/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2022-07-15 10:06:53 -0400
committerAndrew Gallant <jamslam@gmail.com>2022-07-15 10:06:53 -0400
commit7efa2e46d3f91450113cba3880e5cd88caf3c74c (patch)
tree80a09be5ce5eb9131a61dbca364ba3e703d87aac /crates/grep/Cargo.toml
parentdb0b92b62d51cb6f8f1a3a1a60bdc4b4708e6346 (diff)
grep-0.2.10grep-0.2.10
Diffstat (limited to 'crates/grep/Cargo.toml')
-rw-r--r--crates/grep/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/grep/Cargo.toml b/crates/grep/Cargo.toml
index b871e5c0..e655573e 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.2.9" #:version
+version = "0.2.10" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.