mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-02 13:11:58 -07:00
Compare commits
1 Commits
ignore-0.4
...
grep-cli-0
Author | SHA1 | Date | |
---|---|---|---|
|
c9bb78ceba |
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -144,7 +144,7 @@ dependencies = [
|
|||||||
name = "grep"
|
name = "grep"
|
||||||
version = "0.2.6"
|
version = "0.2.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"grep-cli 0.1.4",
|
"grep-cli 0.1.5",
|
||||||
"grep-matcher 0.1.4",
|
"grep-matcher 0.1.4",
|
||||||
"grep-pcre2 0.1.4",
|
"grep-pcre2 0.1.4",
|
||||||
"grep-printer 0.1.5",
|
"grep-printer 0.1.5",
|
||||||
@@ -156,7 +156,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grep-cli"
|
name = "grep-cli"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bstr 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bstr 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "grep-cli"
|
name = "grep-cli"
|
||||||
version = "0.1.4" #:version
|
version = "0.1.5" #: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