1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

globset-0.4.9

This commit is contained in:
Andrew Gallant 2022-06-10 14:10:34 -04:00
parent 48646e3451
commit 2cfb338530
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

@ -137,7 +137,7 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "globset"
version = "0.4.8"
version = "0.4.9"
dependencies = [
"aho-corasick",
"bstr",

View File

@ -1,6 +1,6 @@
[package]
name = "globset"
version = "0.4.8" #:version
version = "0.4.9" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Cross platform single glob and glob set matching. Glob set matching is the