File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ graphviz = { path = "../libgraphviz" }
1717jobserver = " 0.1"
1818lazy_static = " 1.0.0"
1919num_cpus = " 1.0"
20- scoped-tls = { version = " 0.1.1 " , features = [ " nightly " ] }
20+ scoped-tls = " 1.0 "
2121log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
2222polonius-engine = " 0.6.2"
2323rustc-rayon = " 0.1.1"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ graphviz = { path = "../libgraphviz" }
1414log = " 0.4"
1515env_logger = { version = " 0.5" , default-features = false }
1616rustc-rayon = " 0.1.1"
17- scoped-tls = { version = " 0.1.1 " , features = [ " nightly " ] }
17+ scoped-tls = " 1.0 "
1818rustc = { path = " ../librustc" }
1919rustc_allocator = { path = " ../librustc_allocator" }
2020rustc_target = { path = " ../librustc_target" }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ crate-type = ["dylib"]
1313bitflags = " 1.0"
1414serialize = { path = " ../libserialize" }
1515log = " 0.4"
16- scoped-tls = " 0.1 "
16+ scoped-tls = " 1.0 "
1717syntax_pos = { path = " ../libsyntax_pos" }
1818errors = { path = " ../librustc_errors" , package = " rustc_errors" }
1919rustc_data_structures = { path = " ../librustc_data_structures" }
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ crate-type = ["dylib"]
1313serialize = { path = " ../libserialize" }
1414rustc_data_structures = { path = " ../librustc_data_structures" }
1515arena = { path = " ../libarena" }
16- scoped-tls = { version = " 0.1.1 " , features = [ " nightly " ] }
16+ scoped-tls = " 1.0 "
1717unicode-width = " 0.1.4"
1818cfg-if = " 0.1.2"
You can’t perform that action at this time.
0 commit comments