From 91646f6cca69adc2815b4ab927901fb04e7c6f73 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 29 Oct 2016 22:19:00 -0400 Subject: [PATCH] bump ignore to 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57b32050..d0cb9313 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ deque = "0.3" docopt = "0.6" env_logger = "0.3" grep = { version = "0.1.3", path = "grep" } -ignore = { version = "0.1.0", path = "ignore" } +ignore = { version = "0.1.1", path = "ignore" } lazy_static = "0.2" libc = "0.2" log = "0.3"