summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 14:18:17 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 14:18:17 -0500
commit179487aaed881a2f6a808a73ed7c11996da81d60 (patch)
treeebf1cabed6a2045171a72454608d61e039d5579e /crates
parentb407d62b6370af1e9265d93e81d3972e411a29d4 (diff)
grep-0.2.13grep-0.2.13
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 a1465457..aa082b7f 100644
--- a/crates/grep/Cargo.toml
+++ b/crates/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.2.12" #:version
+version = "0.2.13" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.