This commit is contained in:
Andrew Gallant
2017-01-13 23:46:21 -05:00
parent 730beb9cb5
commit 057ed6305a
7 changed files with 26 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ignore"
version = "0.1.6" #:version
version = "0.1.7" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A fast library for efficiently matching ignore files such as `.gitignore`
@@ -19,11 +19,11 @@ bench = false
[dependencies]
crossbeam = "0.2"
globset = { version = "0.1.2", path = "../globset" }
globset = { version = "0.1.3", path = "../globset" }
lazy_static = "0.2"
log = "0.3"
memchr = "1"
regex = "0.2.0"
regex = "0.2.1"
thread_local = "0.3.2"
walkdir = "1.0.7"