summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-29 22:15:24 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-10-29 22:15:24 -0400
commit12c9656b186ca43b7bfcffce8a38d05509991e9b (patch)
tree842cfc0553133f2059d65ca85cd4f8572d2ea70f
parent8bf3760cdb863033d3c84b51374686dcdd2b8d73 (diff)
bump thread_local
-rw-r--r--ignore/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml
index 9ca0fcae..1614e66e 100644
--- a/ignore/Cargo.toml
+++ b/ignore/Cargo.toml
@@ -23,7 +23,7 @@ lazy_static = "0.2"
log = "0.3"
memchr = "0.1"
regex = "0.1.77"
-thread_local = "0.2.7"
+thread_local = "0.3.0"
walkdir = "1"
[dev-dependencies]