summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-13 21:21:36 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-13 21:21:36 -0400
commit983c7fd6f9baa9d5ddb4becfb5d8febd48fbd096 (patch)
tree361237148d09b6bc37f5e84c378cd4f6e4210de2 /Cargo.toml
parent7cd02e9b7e161fb6a85c7391650d5db1f3890aa0 (diff)
We don't use thread_local any more, so remove it.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f9ad8b39..78070150 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,6 @@ num_cpus = "1"
regex = "0.1.76"
rustc-serialize = "0.3"
term = "0.4"
-thread_local = "0.2"
walkdir = "0.1"
[target.'cfg(windows)'.dependencies]