Skip to content

Commit 0626026

Browse files
committed
Merge pull request #209 from rust-lang-nursery/update-thread-local
Bump thread_local version and test on Rust 1.3.
2 parents b638d7a + c062b90 commit 0626026

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: rust
22
rust:
3-
- 1.6.0
3+
- 1.3.0
44
- stable
55
- beta
66
- nightly

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aho-corasick = "0.5.1"
1818
# For skipping along search text quickly when a leading byte is known.
1919
memchr = "0.1.9"
2020
# For managing regex caches quickly across multiple threads.
21-
thread_local = "0.2.0"
21+
thread_local = "0.2.4"
2222
# For parsing regular expressions.
2323
regex-syntax = { path = "regex-syntax", version = "0.3.1" }
2424
# For compiling UTF-8 decoding into automata.

0 commit comments

Comments
 (0)