]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_ssa/Cargo.toml
Enable internal lints in bootstrap
[rust.git] / src / librustc_codegen_ssa / Cargo.toml
index 4702e34aa19e7fabe00b33304e339b3a47ea8d68..a4cb517fafed6af5327b9b0237dec80c7ea94915 100644 (file)
@@ -14,12 +14,13 @@ test = false
 bitflags = "1.0.4"
 cc = "1.0.1"
 num_cpus = "1.0"
-rustc-demangle = "0.1.4"
+rustc-demangle = "0.1.15"
 memmap = "0.6"
 log = "0.4.5"
 libc = "0.2.44"
 jobserver = "0.1.11"
 parking_lot = "0.7"
+tempfile = "3.0.5"
 
 serialize = { path = "../libserialize" }
 syntax = { path = "../libsyntax" }
@@ -32,5 +33,4 @@ rustc_data_structures = { path = "../librustc_data_structures"}
 rustc_errors = { path = "../librustc_errors" }
 rustc_fs_util = { path = "../librustc_fs_util" }
 rustc_incremental = { path = "../librustc_incremental" }
-rustc_mir = { path = "../librustc_mir" }
 rustc_target = { path = "../librustc_target" }