Skip to content

Commit 5b97516

Browse files
author
Marcel Hellwig
committed
update scoped_tls to 1.0
1 parent fb162e6 commit 5b97516

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/librustc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ graphviz = { path = "../libgraphviz" }
1717
jobserver = "0.1"
1818
lazy_static = "1.0.0"
1919
num_cpus = "1.0"
20-
scoped-tls = { version = "0.1.1", features = ["nightly"] }
20+
scoped-tls = "1.0"
2121
log = { version = "0.4", features = ["release_max_level_info", "std"] }
2222
polonius-engine = "0.6.2"
2323
rustc-rayon = "0.1.1"

src/librustc_driver/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ graphviz = { path = "../libgraphviz" }
1414
log = "0.4"
1515
env_logger = { version = "0.5", default-features = false }
1616
rustc-rayon = "0.1.1"
17-
scoped-tls = { version = "0.1.1", features = ["nightly"] }
17+
scoped-tls = "1.0"
1818
rustc = { path = "../librustc" }
1919
rustc_allocator = { path = "../librustc_allocator" }
2020
rustc_target = { path = "../librustc_target" }

src/libsyntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["dylib"]
1313
bitflags = "1.0"
1414
serialize = { path = "../libserialize" }
1515
log = "0.4"
16-
scoped-tls = "0.1"
16+
scoped-tls = "1.0"
1717
syntax_pos = { path = "../libsyntax_pos" }
1818
errors = { path = "../librustc_errors", package = "rustc_errors" }
1919
rustc_data_structures = { path = "../librustc_data_structures" }

src/libsyntax_pos/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ crate-type = ["dylib"]
1313
serialize = { path = "../libserialize" }
1414
rustc_data_structures = { path = "../librustc_data_structures" }
1515
arena = { path = "../libarena" }
16-
scoped-tls = { version = "0.1.1", features = ["nightly"] }
16+
scoped-tls = "1.0"
1717
unicode-width = "0.1.4"
1818
cfg-if = "0.1.2"

0 commit comments

Comments
 (0)