Add tracing to [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote 2025-08-22 10:39:58 +10:00
parent 32b0fff8fe
commit c50d2cc807
49 changed files with 50 additions and 49 deletions

View file

@ -35,7 +35,7 @@ rustc_thread_pool = { path = "../rustc_thread_pool" }
rustc_type_ir = { path = "../rustc_type_ir" }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
thin-vec.workspace = true
tracing = "0.1"
tracing.workspace = true
# tidy-alphabetical-end
[features]