1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-10-30 23:17:47 +02:00

ignore-0.4.25

This commit is contained in:
Andrew Gallant
2025-10-30 13:30:14 -04:00
parent 85edf4c796
commit 57c190d56e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -242,7 +242,7 @@ dependencies = [
[[package]]
name = "ignore"
version = "0.4.24"
version = "0.4.25"
dependencies = [
"bstr",
"crossbeam-channel",

View File

@@ -1,6 +1,6 @@
[package]
name = "ignore"
version = "0.4.24" #:version
version = "0.4.25" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A fast library for efficiently matching ignore files such as `.gitignore`