From c96623e66a1faffd7ae6cadfa6dbb43c077d2c31 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 29 Oct 2016 22:13:32 -0400 Subject: [PATCH] bump globset dep in ignore --- ignore/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml index 520f9cf4..20b150ff 100644 --- a/ignore/Cargo.toml +++ b/ignore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ignore" -version = "0.1.0" #:version +version = "0.0.1" #:version authors = ["Andrew Gallant "] 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"