]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_mir/Cargo.toml
New upstream version 1.22.1+dfsg1
[rustc.git] / src / librustc_mir / Cargo.toml
index 49e626c540082869d2b45f330c3badb0227adb4a..b7a576babeb677c6f35f976e1dfc5eb3f9222746 100644 (file)
@@ -9,6 +9,7 @@ path = "lib.rs"
 crate-type = ["dylib"]
 
 [dependencies]
+bitflags = "1.0"
 graphviz = { path = "../libgraphviz" }
 log = "0.3"
 rustc = { path = "../librustc" }
@@ -16,6 +17,6 @@ rustc_const_eval = { path = "../librustc_const_eval" }
 rustc_const_math = { path = "../librustc_const_math" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_errors = { path = "../librustc_errors" }
-rustc_bitflags = { path = "../librustc_bitflags" }
+serialize = { path = "../libserialize" }
 syntax = { path = "../libsyntax" }
 syntax_pos = { path = "../libsyntax_pos" }