]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_ssa/Cargo.toml
Move cgu_reuse_tracker to librustc_session
[rust.git] / src / librustc_codegen_ssa / Cargo.toml
index c7d09a423d5e3b7c2ec9aef13a13a4480c66c811..53d3c51b5f8c096c17e943c98a429176ff349582 100644 (file)
@@ -10,7 +10,7 @@ path = "lib.rs"
 test = false
 
 [dependencies]
-bitflags = "1.0.4"
+bitflags = "1.2.1"
 cc = "1.0.1"
 num_cpus = "1.0"
 memmap = "0.6"
@@ -31,3 +31,5 @@ rustc_fs_util = { path = "../librustc_fs_util" }
 rustc_incremental = { path = "../librustc_incremental" }
 rustc_index = { path = "../librustc_index" }
 rustc_target = { path = "../librustc_target" }
+rustc_error_codes = { path = "../librustc_error_codes" }
+rustc_session = { path = "../librustc_session" }