]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_borrowck/Cargo.toml
Auto merge of #44060 - taleks:issue-43205, r=arielb1
[rust.git] / src / librustc_borrowck / Cargo.toml
index b9c64f86182213283897922a41237e6daa124567..25f02537490fa8d694a52ff0a366692622c54d45 100644 (file)
@@ -10,10 +10,10 @@ crate-type = ["dylib"]
 test = false
 
 [dependencies]
-log = { path = "../liblog" }
+log = "0.3"
 syntax = { path = "../libsyntax" }
 syntax_pos = { path = "../libsyntax_pos" }
 graphviz = { path = "../libgraphviz" }
 rustc = { path = "../librustc" }
-rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_mir = { path = "../librustc_mir" }
+rustc_errors = { path = "../librustc_errors" }