1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-14 22:15:13 +02:00

bump globset dep in ignore

This commit is contained in:
Andrew Gallant
2016-10-29 22:13:32 -04:00
parent 36f949633b
commit c96623e66a

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ignore" name = "ignore"
version = "0.1.0" #:version version = "0.0.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"] authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """ description = """
A fast library for efficiently matching ignore files such as `.gitignore` A fast library for efficiently matching ignore files such as `.gitignore`
@ -18,7 +18,7 @@ name = "ignore"
bench = false bench = false
[dependencies] [dependencies]
globset = { version = "0.1.0", path = "../globset" } globset = { version = "0.1.1", path = "../globset" }
lazy_static = "0.2" lazy_static = "0.2"
log = "0.3" log = "0.3"
memchr = "0.1" memchr = "0.1"