Update to regex 0.2.

This commit is contained in:
Andrew Gallant
2016-12-30 16:24:09 -05:00
parent d58236fbdc
commit 163e00677a
14 changed files with 335 additions and 61 deletions

View File

@@ -23,7 +23,7 @@ globset = { version = "0.1.2", path = "../globset" }
lazy_static = "0.2"
log = "0.3"
memchr = "1"
regex = "0.1.77"
regex = "0.2.0"
thread_local = "0.3.2"
walkdir = "1"