]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_metadata/Cargo.toml
Rollup merge of #75485 - RalfJung:pin, r=nagisa
[rust.git] / src / librustc_metadata / Cargo.toml
index 7bbe7567d2924eb966bfdcc3e178a112777689dc..af6aacfd64b44e4b65e8a4c5b3f9698a47d0eb16 100644 (file)
@@ -12,7 +12,7 @@ doctest = false
 [dependencies]
 flate2 = "1.0"
 libc = "0.2"
-log = "0.4"
+tracing = "0.1"
 memmap = "0.7"
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 rustc_middle = { path = "../librustc_middle" }
@@ -23,6 +23,7 @@ rustc_hir = { path = "../librustc_hir" }
 rustc_hir_pretty = { path = "../librustc_hir_pretty" }
 rustc_target = { path = "../librustc_target" }
 rustc_index = { path = "../librustc_index" }
+rustc_macros = { path = "../librustc_macros" }
 rustc_serialize = { path = "../librustc_serialize" }
 stable_deref_trait = "1.0.0"
 rustc_ast = { path = "../librustc_ast" }