1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2026-06-03 16:03:38 +02:00

grep-cli-0.1.10

This commit is contained in:
Andrew Gallant
2023-11-26 14:13:03 -05:00
parent 51aa339830
commit 6f78d211bf
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -148,7 +148,7 @@ dependencies = [
[[package]]
name = "grep-cli"
version = "0.1.9"
version = "0.1.10"
dependencies = [
"bstr",
"globset",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "grep-cli"
version = "0.1.9" #:version
version = "0.1.10" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Utilities for search oriented command line applications.