mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-02 05:02:01 -07:00
Compare commits
3 Commits
ignore-0.4
...
grep-cli-0
Author | SHA1 | Date | |
---|---|---|---|
|
0cf2b98df2 | ||
|
9efdbf74a1 | ||
|
53cb9a779e |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -172,7 +172,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grep-cli"
|
name = "grep-cli"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"bstr",
|
"bstr",
|
||||||
|
@@ -43,7 +43,7 @@ members = [
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
bstr = "0.2.12"
|
bstr = "0.2.12"
|
||||||
grep = { version = "0.2.7", path = "crates/grep" }
|
grep = { version = "0.2.7", path = "crates/grep" }
|
||||||
ignore = { version = "0.4.16", path = "crates/ignore" }
|
ignore = { version = "0.4.18", path = "crates/ignore" }
|
||||||
lazy_static = "1.1.0"
|
lazy_static = "1.1.0"
|
||||||
log = "0.4.5"
|
log = "0.4.5"
|
||||||
num_cpus = "1.8.0"
|
num_cpus = "1.8.0"
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Release Checklist
|
Release Checklist
|
||||||
-----------------
|
-----------------
|
||||||
|
* Ensure local `master` is up to date with respect to `origin/master`.
|
||||||
* Run `cargo update` and review dependency updates. Commit updated
|
* Run `cargo update` and review dependency updates. Commit updated
|
||||||
`Cargo.lock`.
|
`Cargo.lock`.
|
||||||
* Run `cargo outdated` and review semver incompatible updates. Unless there is
|
* Run `cargo outdated` and review semver incompatible updates. Unless there is
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "grep-cli"
|
name = "grep-cli"
|
||||||
version = "0.1.5" #:version
|
version = "0.1.6" #: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