]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_query_impl/Cargo.toml
Auto merge of #96659 - thatzopoulos:issue-90679-fix, r=Mark-Simulacrum
[rust.git] / compiler / rustc_query_impl / Cargo.toml
index b7502c4b1e23b2d39b7b806c0cf61263ccd0b54d..fa05434e48b1b7eb021e1296c3de7c9f80db9e36 100644 (file)
@@ -20,6 +20,7 @@ rustc_query_system = { path = "../rustc_query_system" }
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }
+tracing = "0.1"
 
 [features]
 rustc_use_parallel_compiler = ["rustc-rayon-core", "rustc_query_system/rustc_use_parallel_compiler"]