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

grep-searcher-0.1.16

This commit is contained in:
Andrew Gallant
2025-10-22 08:25:01 -04:00
parent 7189950799
commit 86e0ab12ef
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -227,7 +227,7 @@ dependencies = [
[[package]]
name = "grep-searcher"
version = "0.1.15"
version = "0.1.16"
dependencies = [
"bstr",
"encoding_rs",

View File

@@ -1,6 +1,6 @@
[package]
name = "grep-searcher"
version = "0.1.15" #:version
version = "0.1.16" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.