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

@@ -51,7 +51,7 @@ rustc_trait_selection = { path = "../rustc_trait_selection" }
rustc_ty_utils = { path = "../rustc_ty_utils" }
serde_json = "1.0.59"
shlex = "1.0"
tracing = { version = "0.1.35" }
tracing.workspace = true
# tidy-alphabetical-end
[target.'cfg(all(unix, any(target_env = "gnu", target_os = "macos")))'.dependencies]