This commit is contained in:
Andrew Gallant
2017-01-13 23:46:21 -05:00
parent 730beb9cb5
commit 057ed6305a
7 changed files with 26 additions and 26 deletions

View File

@@ -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"