Upgrade tracing-subscriber
This commit is contained in:
parent
ea25b779eb
commit
155a4a87af
4 changed files with 10 additions and 36 deletions
|
@ -10,7 +10,7 @@ crate-type = ["dylib"]
|
|||
libc = "0.2"
|
||||
atty = "0.2"
|
||||
tracing = { version = "0.1.28" }
|
||||
tracing-subscriber = { version = "0.2.16", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
|
||||
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
|
||||
tracing-tree = "0.2.0"
|
||||
rustc_middle = { path = "../rustc_middle" }
|
||||
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue