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