]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc/Cargo.toml
New upstream version 1.41.1+dfsg1
[rustc.git] / src / librustc / Cargo.toml
index de67f46eba643c9c06f03c6432d465a139ec7fc6..a4536bb6c41f09a3b2617c2ebc628f87dc5004ae 100644 (file)
@@ -10,10 +10,6 @@ path = "lib.rs"
 doctest = false
 
 [dependencies]
-# Prevent cc from upgrading all the way to 1.0.46,
-# which fails the build (see e.g. #65445.)
-cc = "=1.0.37"
-
 arena = { path = "../libarena" }
 bitflags = "1.2.1"
 fmt_macros = { path = "../libfmt_macros" }
@@ -24,8 +20,9 @@ scoped-tls = "1.0"
 log = { version = "0.4", features = ["release_max_level_info", "std"] }
 rustc-rayon = "0.3.0"
 rustc-rayon-core = "0.3.0"
-polonius-engine  = "0.10.0"
+polonius-engine = "0.11.0"
 rustc_apfloat = { path = "../librustc_apfloat" }
+rustc_feature = { path = "../librustc_feature" }
 rustc_target = { path = "../librustc_target" }
 rustc_macros = { path = "../librustc_macros" }
 rustc_data_structures = { path = "../librustc_data_structures" }
@@ -39,5 +36,7 @@ parking_lot = "0.9"
 byteorder = { version = "1.3" }
 chalk-engine = { version = "0.9.0", default-features=false }
 rustc_fs_util = { path = "../librustc_fs_util" }
-smallvec = { version = "0.6.8", features = ["union", "may_dangle"] }
-measureme = "0.4"
+smallvec = { version = "1.0", features = ["union", "may_dangle"] }
+measureme = "0.5"
+rustc_error_codes = { path = "../librustc_error_codes" }
+rustc_session = { path = "../librustc_session" }