summaryrefslogtreecommitdiffstats
path: root/globset
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-01-13 23:46:21 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-01-13 23:46:21 -0500
commit057ed6305ab536b619b92b07903aaa8b17ccadef (patch)
treeca2a11a641c250d6c2db3731ff46a11d4abe2ee2 /globset
parent730beb9cb5b7cfcb482cd497800e79d01549c65d (diff)
0.4.00.4.0
Diffstat (limited to 'globset')
-rw-r--r--globset/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/globset/Cargo.toml b/globset/Cargo.toml
index 00805fff..5f1fc95a 100644
--- a/globset/Cargo.toml
+++ b/globset/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "globset"
-version = "0.1.2" #:version
+version = "0.1.3" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Cross platform single glob and glob set matching. Glob set matching is the
@@ -24,7 +24,7 @@ fnv = "1.0"
lazy_static = "0.2"
log = "0.3"
memchr = "1"
-regex = "0.2.0"
+regex = "0.2.1"
[dev-dependencies]
glob = "0.2"