ignore-0.4.25
Some checks failed
ci / test (push) Has been cancelled
ci / wasm (push) Has been cancelled
ci / rustfmt (push) Has been cancelled
ci / docs (push) Has been cancelled
ci / Compile Fuzz Test Targets (push) Has been cancelled

This commit is contained in:
Andrew Gallant 2025-10-30 13:30:14 -04:00
parent 85edf4c796
commit 57c190d56e
No known key found for this signature in database
GPG key ID: B2E3A4923F8B0D44
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`