From e19ab5b3f9cfb1c3874fb90bc0dd49c87092e07f Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 3 Dec 2016 01:37:05 -0800 Subject: [PATCH] Update to thread_local 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab1680cdf8..a7e095881c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ aho-corasick = "0.5.3" # For skipping along search text quickly when a leading byte is known. memchr = "0.1.9" # For managing regex caches quickly across multiple threads. -thread_local = "0.2.4" +thread_local = "0.3" # For parsing regular expressions. regex-syntax = { path = "regex-syntax", version = "0.3.8" } # For accelerating text search.