mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-01 20:52:03 -07:00
Compare commits
2 Commits
ignore-0.4
...
grep-cli-0
Author | SHA1 | Date | |
---|---|---|---|
|
3224324e25 | ||
|
0f61f08eb1 |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -166,7 +166,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grep-cli"
|
name = "grep-cli"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"bstr",
|
"bstr",
|
||||||
|
@@ -44,7 +44,7 @@ members = [
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
bstr = "1.1.0"
|
bstr = "1.1.0"
|
||||||
grep = { version = "0.2.8", path = "crates/grep" }
|
grep = { version = "0.2.8", path = "crates/grep" }
|
||||||
ignore = { version = "0.4.18", path = "crates/ignore" }
|
ignore = { version = "0.4.19", path = "crates/ignore" }
|
||||||
lazy_static = "1.1.0"
|
lazy_static = "1.1.0"
|
||||||
log = "0.4.5"
|
log = "0.4.5"
|
||||||
regex = "1.3.5"
|
regex = "1.3.5"
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "grep-cli"
|
name = "grep-cli"
|
||||||
version = "0.1.6" #:version
|
version = "0.1.7" #:version
|
||||||
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
||||||
description = """
|
description = """
|
||||||
Utilities for search oriented command line applications.
|
Utilities for search oriented command line applications.
|
||||||
|
Reference in New Issue
Block a user