]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_trans/Cargo.toml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / librustc_trans / Cargo.toml
index 482350d04b5a72e539aa21c615900f9ee0cb843d..96102cad3ef5e1f57c5d50695d1c6ca347f58b1c 100644 (file)
@@ -11,15 +11,17 @@ test = false
 
 [dependencies]
 bitflags = "1.0"
-num_cpus = "1.0"
 flate2 = "0.2"
 jobserver = "0.1.5"
 log = "0.3"
+num_cpus = "1.0"
 owning_ref = "0.3.3"
-rustc-demangle = "0.1.4"
 rustc = { path = "../librustc" }
+rustc-demangle = "0.1.4"
 rustc_allocator = { path = "../librustc_allocator" }
+rustc_apfloat = { path = "../librustc_apfloat" }
 rustc_back = { path = "../librustc_back" }
+rustc_binaryen = { path = "../librustc_binaryen" }
 rustc_const_math = { path = "../librustc_const_math" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_errors = { path = "../librustc_errors" }
@@ -32,4 +34,4 @@ syntax = { path = "../libsyntax" }
 syntax_pos = { path = "../libsyntax_pos" }
 
 [target."cfg(windows)".dependencies]
-cc = "1.0"
+cc = "1.0.1"