mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-03 13:42:06 -07:00
Compare commits
2 Commits
grep-cli-0
...
grep-match
Author | SHA1 | Date | |
---|---|---|---|
|
bc78c644db | ||
|
dc7267a0fb |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -181,7 +181,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grep-matcher"
|
name = "grep-matcher"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
"regex",
|
"regex",
|
||||||
|
@@ -14,7 +14,7 @@ license = "Unlicense OR MIT"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
grep-cli = { version = "0.1.6", path = "../cli" }
|
grep-cli = { version = "0.1.7", path = "../cli" }
|
||||||
grep-matcher = { version = "0.1.5", path = "../matcher" }
|
grep-matcher = { version = "0.1.5", path = "../matcher" }
|
||||||
grep-pcre2 = { version = "0.1.5", path = "../pcre2", optional = true }
|
grep-pcre2 = { version = "0.1.5", path = "../pcre2", optional = true }
|
||||||
grep-printer = { version = "0.1.6", path = "../printer" }
|
grep-printer = { version = "0.1.6", path = "../printer" }
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "grep-matcher"
|
name = "grep-matcher"
|
||||||
version = "0.1.5" #:version
|
version = "0.1.6" #:version
|
||||||
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
||||||
description = """
|
description = """
|
||||||
A trait for regular expressions, with a focus on line oriented search.
|
A trait for regular expressions, with a focus on line oriented search.
|
||||||
|
Reference in New Issue
Block a user