File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2774,7 +2774,7 @@ dependencies = [
2774
2774
" rustc_resolve 0.0.0" ,
2775
2775
" rustc_traits 0.0.0" ,
2776
2776
" rustc_typeck 0.0.0" ,
2777
- " scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2777
+ " scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2778
2778
" serialize 0.0.0" ,
2779
2779
" smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
2780
2780
" syntax 0.0.0" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ crate-type = ["dylib"]
12
12
log = " 0.4"
13
13
rustc-rayon = " 0.1.1"
14
14
smallvec = { version = " 0.6.7" , features = [" union" , " may_dangle" ] }
15
- scoped-tls = { version = " 0.1.1 " , features = [ " nightly " ] }
15
+ scoped-tls = " 1.0 "
16
16
syntax = { path = " ../libsyntax" }
17
17
syntax_ext = { path = " ../libsyntax_ext" }
18
18
syntax_pos = { path = " ../libsyntax_pos" }
You can’t perform that action at this time.
0 commit comments