File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2779,7 +2779,7 @@ dependencies = [
27792779 " rustc_resolve 0.0.0" ,
27802780 " rustc_traits 0.0.0" ,
27812781 " 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)" ,
27832783 " serialize 0.0.0" ,
27842784 " smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
27852785 " syntax 0.0.0" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ crate-type = ["dylib"]
1212log = " 0.4"
1313rustc-rayon = " 0.1.1"
1414smallvec = { version = " 0.6.7" , features = [" union" , " may_dangle" ] }
15- scoped-tls = { version = " 0.1.1 " , features = [ " nightly " ] }
15+ scoped-tls = " 1.0 "
1616syntax = { path = " ../libsyntax" }
1717syntax_ext = { path = " ../libsyntax_ext" }
1818syntax_pos = { path = " ../libsyntax_pos" }
You can’t perform that action at this time.
0 commit comments