summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 15:24:09 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 15:24:09 -0500
commit625743d7c833023c7a196b26650cba4dba6cdb48 (patch)
treee7a6757bf1f9a739a080a8b9a015e9b1fd502c93 /crates
parent3d0171040a684533b8ba41cdfc030870d753eb4f (diff)
grep-0.3.0grep-0.3.0
Diffstat (limited to 'crates')
-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 f7bc75ef..0634bd9b 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.2.13" #:version
+version = "0.3.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.