1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-19 09:02:15 +02:00

grep-cli-0.1.5

This commit is contained in:
Andrew Gallant 2020-05-29 09:14:18 -04:00
parent 72bdde6771
commit c9bb78ceba
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -144,7 +144,7 @@ dependencies = [
name = "grep"
version = "0.2.6"
dependencies = [
"grep-cli 0.1.4",
"grep-cli 0.1.5",
"grep-matcher 0.1.4",
"grep-pcre2 0.1.4",
"grep-printer 0.1.5",
@ -156,7 +156,7 @@ dependencies = [
[[package]]
name = "grep-cli"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"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)",

View File

@ -1,6 +1,6 @@
[package]
name = "grep-cli"
version = "0.1.4" #:version
version = "0.1.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Utilities for search oriented command line applications.