1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +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]
name = "ignore"
version = "0.1.0" #:version
version = "0.0.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A fast library for efficiently matching ignore files such as `.gitignore`
@ -18,7 +18,7 @@ name = "ignore"
bench = false
[dependencies]
globset = { version = "0.1.0", path = "../globset" }
globset = { version = "0.1.1", path = "../globset" }
lazy_static = "0.2"
log = "0.3"
memchr = "0.1"