1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-26 17:51:56 -07:00

grep-searcher-0.1.8

This commit is contained in:
Andrew Gallant
2021-06-12 08:06:58 -04:00
parent 9b88cf8b72
commit dd47582619
2 changed files with 2 additions and 2 deletions
Cargo.lock
crates/searcher

2
Cargo.lock generated

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

@@ -1,6 +1,6 @@
[package] [package]
name = "grep-searcher" name = "grep-searcher"
version = "0.1.7" #:version version = "0.1.8" #: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.