We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b466292 commit 7d63e11Copy full SHA for 7d63e11
src/librustc_driver/Cargo.toml
@@ -12,7 +12,7 @@ crate-type = ["dylib"]
12
[dependencies]
13
lazy_static = "1.0"
14
libc = "0.2"
15
-log = { package = "tracing", version = "0.1.19", features = ["release_max_level_info"] }
+log = { package = "tracing", version = "0.1.19" }
16
tracing-subscriber = { version = "0.2.11", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
17
rustc_middle = { path = "../librustc_middle" }
18
rustc_ast_pretty = { path = "../librustc_ast_pretty" }
0 commit comments