Compare commits
2 Commits
grep-0.4.1
...
15.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af60c2de9d | ||
|
|
a63671efb0 |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -388,7 +388,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
||||
|
||||
[[package]]
|
||||
name = "ripgrep"
|
||||
version = "15.0.0"
|
||||
version = "15.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bstr",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ripgrep"
|
||||
version = "15.0.0" #:version
|
||||
version = "15.1.0" #:version
|
||||
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
||||
description = """
|
||||
ripgrep is a line-oriented search tool that recursively searches the current
|
||||
@@ -52,7 +52,7 @@ members = [
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
bstr = "1.7.0"
|
||||
grep = { version = "0.4.0", path = "crates/grep" }
|
||||
grep = { version = "0.4.1", path = "crates/grep" }
|
||||
ignore = { version = "0.4.24", path = "crates/ignore" }
|
||||
lexopt = "0.3.0"
|
||||
log = "0.4.5"
|
||||
|
||||
Reference in New Issue
Block a user