From 41671d2f2c9e7e45b0fe0d61d46a45955a1b4f1e Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 22 Apr 2016 07:20:12 -0400 Subject: [PATCH] Bump thread_local version and test on Rust 1.3. Fixes #206. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 247e4da048..2916eb5279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ aho-corasick = "0.5.1" # 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.0" +thread_local = "0.2.4" # For parsing regular expressions. regex-syntax = { path = "regex-syntax", version = "0.3.1" } # For compiling UTF-8 decoding into automata.