Compare commits
2 Commits
ignore-0.4
...
grep-cli-0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7943bdfe82 | ||
|
|
312a7884fc |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -133,7 +133,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "grep-cli"
|
||||
version = "0.1.10"
|
||||
version = "0.1.11"
|
||||
dependencies = [
|
||||
"bstr",
|
||||
"globset",
|
||||
|
||||
@@ -52,7 +52,7 @@ members = [
|
||||
anyhow = "1.0.75"
|
||||
bstr = "1.7.0"
|
||||
grep = { version = "0.3.1", path = "crates/grep" }
|
||||
ignore = { version = "0.4.22", path = "crates/ignore" }
|
||||
ignore = { version = "0.4.23", path = "crates/ignore" }
|
||||
lexopt = "0.3.0"
|
||||
log = "0.4.5"
|
||||
serde_json = "1.0.23"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "grep-cli"
|
||||
version = "0.1.10" #:version
|
||||
version = "0.1.11" #:version
|
||||
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
||||
description = """
|
||||
Utilities for search oriented command line applications.
|
||||
|
||||
Reference in New Issue
Block a user