From 057ed6305ab536b619b92b07903aaa8b17ccadef Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 13 Jan 2017 23:46:21 -0500 Subject: 0.4.0 --- ignore/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ignore/Cargo.toml') diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml index 238fe44e..83ba26a1 100644 --- a/ignore/Cargo.toml +++ b/ignore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ignore" -version = "0.1.6" #:version +version = "0.1.7" #:version authors = ["Andrew Gallant "] 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" -- cgit v1.2.3