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

@@ -19,7 +19,7 @@ rustc_middle = { path = "../rustc_middle", optional = true }
rustc_session = { path = "../rustc_session", optional = true }
rustc_span = { path = "../rustc_span", optional = true }
smallvec = { version = "1.8.1", features = ["union"] }
tracing = "0.1"
tracing.workspace = true
# tidy-alphabetical-end
[dev-dependencies]