This commit is contained in:
Andrew Gallant
2025-10-15 23:07:50 -04:00
parent ca2e34f37c
commit 3a612f88b8
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -388,7 +388,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]] [[package]]
name = "ripgrep" name = "ripgrep"
version = "14.1.1" version = "15.0.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bstr", "bstr",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "ripgrep" name = "ripgrep"
version = "14.1.1" #:version version = "15.0.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"] authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """ description = """
ripgrep is a line-oriented search tool that recursively searches the current ripgrep is a line-oriented search tool that recursively searches the current