mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-06-09 14:07:45 +02:00
grep-printer-0.1.5
This commit is contained in:
parent
c0f0492b98
commit
c5d6141562
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -147,7 +147,7 @@ dependencies = [
|
|||||||
"grep-cli 0.1.4",
|
"grep-cli 0.1.4",
|
||||||
"grep-matcher 0.1.4",
|
"grep-matcher 0.1.4",
|
||||||
"grep-pcre2 0.1.4",
|
"grep-pcre2 0.1.4",
|
||||||
"grep-printer 0.1.4",
|
"grep-printer 0.1.5",
|
||||||
"grep-regex 0.1.8",
|
"grep-regex 0.1.8",
|
||||||
"grep-searcher 0.1.7",
|
"grep-searcher 0.1.7",
|
||||||
"termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -187,7 +187,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "grep-printer"
|
name = "grep-printer"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"base64 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bstr 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bstr 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "grep-printer"
|
name = "grep-printer"
|
||||||
version = "0.1.4" #:version
|
version = "0.1.5" #:version
|
||||||
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
||||||
description = """
|
description = """
|
||||||
An implementation of the grep crate's Sink trait that provides standard
|
An implementation of the grep crate's Sink trait that provides standard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user