]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/Cargo.toml
update scoped_tls to 1.0
[rust.git] / src / libsyntax / Cargo.toml
index f1e60ba78b753cba474edb78c110e89cad0a12ae..71c2ab82f65c397bcab98650b3c595db92f4600e 100644 (file)
@@ -13,9 +13,9 @@ 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" }
-rustc_errors = { path = "../librustc_errors" }
+errors = { path = "../librustc_errors", package = "rustc_errors" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_target = { path = "../librustc_target" }
 smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }