summaryrefslogtreecommitdiffstats
path: root/crates/regex/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 09:02:55 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 09:02:55 -0500
commit81529288cfdbb88c3d1e6d4892d30201b956e033 (patch)
treedcdfe72d8bcb7ffb0097327126a5acac2ac09c94 /crates/regex/Cargo.toml
parentbcc7473a87502949c700c546c5afeeba7f40e2ab (diff)
grep-regex-0.1.11grep-regex-0.1.11
Diffstat (limited to 'crates/regex/Cargo.toml')
-rw-r--r--crates/regex/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/regex/Cargo.toml b/crates/regex/Cargo.toml
index 617912c2..64157cf6 100644
--- a/crates/regex/Cargo.toml
+++ b/crates/regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-regex"
-version = "0.1.10" #:version
+version = "0.1.11" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use Rust's regex library with the 'grep' crate.