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

@@ -18,5 +18,5 @@ rustc_macros = { path = "../rustc_macros" }
rustc_middle = { path = "../rustc_middle" }
rustc_span = { path = "../rustc_span" }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
tracing = "0.1"
tracing.workspace = true
# tidy-alphabetical-end