]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_log/Cargo.toml
Auto merge of #107328 - matthiaskrgr:rollup-lfqwo0o, r=matthiaskrgr
[rust.git] / compiler / rustc_log / Cargo.toml
index 3c50827c1abc33abba077405029d7a91aaa61e2c..7f955b0a75090ee7234784612bdd1a316a80f47b 100644 (file)
@@ -7,6 +7,7 @@ edition = "2021"
 tracing = "0.1.28"
 tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
 tracing-tree = "0.2.0"
+tracing-core = "0.1.28"
 
 [dev-dependencies]
 rustc_span = { path = "../rustc_span" }