Switch to thread_local crate in lieu of thread_local!.

This is to work around a bug where using a thread_local! was causing
a segfault on macos.

Fixes #164.
This commit is contained in:
Andrew Gallant
2016-10-11 18:23:49 -04:00
parent 4981991a6e
commit 247a9398f4
4 changed files with 22 additions and 21 deletions

View File

@@ -38,6 +38,7 @@ num_cpus = "1"
regex = "0.1.77"
rustc-serialize = "0.3"
term = "0.4"
thread_local = "0.2.7"
walkdir = "0.1"
[target.'cfg(windows)'.dependencies]