1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-27 02:01:58 -07:00

grep-searcher-0.1.9

This commit is contained in:
Andrew Gallant
2022-07-15 10:02:24 -04:00
parent a933d0bc90
commit 78a35d4d43
2 changed files with 2 additions and 2 deletions
Cargo.lock
crates/searcher

2
Cargo.lock generated

@@ -224,7 +224,7 @@ dependencies = [
[[package]] [[package]]
name = "grep-searcher" name = "grep-searcher"
version = "0.1.8" version = "0.1.9"
dependencies = [ dependencies = [
"bstr", "bstr",
"bytecount", "bytecount",

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