From efa4de8126c33d8e5c093b80a01f96a2813531d2 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 21 Oct 2017 22:39:14 -0400 Subject: cargo: bump to 0.7.0 --- ignore/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ignore/Cargo.toml') diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml index 660ee39c..dd6cd067 100644 --- a/ignore/Cargo.toml +++ b/ignore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ignore" -version = "0.2.2" #:version +version = "0.3.0" #:version authors = ["Andrew Gallant "] description = """ A fast library for efficiently matching ignore files such as `.gitignore` @@ -19,7 +19,7 @@ bench = false [dependencies] crossbeam = "0.2" -globset = { version = "0.2.0", path = "../globset" } +globset = { version = "0.2.1", path = "../globset" } lazy_static = "0.2" log = "0.3" memchr = "2" -- cgit v1.2.3