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 @@ -2779,7 +2779,7 @@ dependencies = [
2779
2779
" rustc_resolve 0.0.0" ,
2780
2780
" rustc_traits 0.0.0" ,
2781
2781
" rustc_typeck 0.0.0" ,
2782
- " scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2782
+ " scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2783
2783
" serialize 0.0.0" ,
2784
2784
" smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
2785
2785
" 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