]> git.lizzy.rs Git - rust.git/commitdiff
update scoped_tls to 1.0
authorMarcel Hellwig <mhellwig@mut-group.com>
Tue, 26 Feb 2019 08:54:45 +0000 (09:54 +0100)
committerMarcel Hellwig <mhellwig@mut-group.com>
Tue, 26 Feb 2019 08:54:45 +0000 (09:54 +0100)
src/librustc/Cargo.toml
src/librustc_driver/Cargo.toml
src/libsyntax/Cargo.toml
src/libsyntax_pos/Cargo.toml

index e83adad4e2a0e9d9459d3afa99d24b7dd7ba305b..e3557132a1252b770742a619efa1d930869d94ad 100644 (file)
@@ -17,7 +17,7 @@ graphviz = { path = "../libgraphviz" }
 jobserver = "0.1"
 lazy_static = "1.0.0"
 num_cpus = "1.0"
-scoped-tls = { version = "0.1.1", features = ["nightly"] }
+scoped-tls = "1.0"
 log = { version = "0.4", features = ["release_max_level_info", "std"] }
 polonius-engine = "0.6.2"
 rustc-rayon = "0.1.1"
index 8bcda409e6663f8aa8c6969aaf67d3120a74c84c..2e6e775c52610c7bf4af19502397a6dcfafb4172 100644 (file)
@@ -14,7 +14,7 @@ graphviz = { path = "../libgraphviz" }
 log = "0.4"
 env_logger = { version = "0.5", default-features = false }
 rustc-rayon = "0.1.1"
-scoped-tls = { version = "0.1.1", features = ["nightly"] }
+scoped-tls = "1.0"
 rustc = { path = "../librustc" }
 rustc_allocator = { path = "../librustc_allocator" }
 rustc_target = { path = "../librustc_target" }
index 4a0bb0302ffbc250907e3075641fa5d9beae5af6..71c2ab82f65c397bcab98650b3c595db92f4600e 100644 (file)
@@ -13,7 +13,7 @@ crate-type = ["dylib"]
 bitflags = "1.0"
 serialize = { path = "../libserialize" }
 log = "0.4"
-scoped-tls = "0.1"
+scoped-tls = "1.0"
 syntax_pos = { path = "../libsyntax_pos" }
 errors = { path = "../librustc_errors", package = "rustc_errors" }
 rustc_data_structures = { path = "../librustc_data_structures" }
index 5658451c54f719466e4e9aed4c15560e7d0f9205..691abffbbc1aff54778359097244e1e012ddeb02 100644 (file)
@@ -13,6 +13,6 @@ crate-type = ["dylib"]
 serialize = { path = "../libserialize" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 arena = { path = "../libarena" }
-scoped-tls = { version = "0.1.1", features = ["nightly"] }
+scoped-tls = "1.0"
 unicode-width = "0.1.4"
 cfg-if = "0.1.2"