1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-11-23 21:54:45 +02:00

grep-pcre2-0.1.9

This commit is contained in:
Andrew Gallant
2025-10-15 23:01:07 -04:00
parent cf1dab0d5a
commit 7397ab7d97
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -193,7 +193,7 @@ dependencies = [
[[package]] [[package]]
name = "grep-pcre2" name = "grep-pcre2"
version = "0.1.8" version = "0.1.9"
dependencies = [ dependencies = [
"grep-matcher", "grep-matcher",
"log", "log",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "grep-pcre2" name = "grep-pcre2"
version = "0.1.8" #:version version = "0.1.9" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"] authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """ description = """
Use PCRE2 with the 'grep' crate. Use PCRE2 with the 'grep' crate.