diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-22 10:39:58 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-27 14:21:19 +1000 |
| commit | c50d2cc8078280a0dfdd562c7688e81b664e5880 (patch) | |
| tree | 045b0c8125c8c8e68a7c1a010ca5b814c5684718 /compiler/rustc_driver_impl | |
| parent | 32b0fff8fe750ee61b77481d0db1fe2c5cb5e63b (diff) | |
| download | rust-c50d2cc8078280a0dfdd562c7688e81b664e5880.tar.gz rust-c50d2cc8078280a0dfdd562c7688e81b664e5880.zip | |
Add `tracing` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_driver_impl')
| -rw-r--r-- | compiler/rustc_driver_impl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_driver_impl/Cargo.toml b/compiler/rustc_driver_impl/Cargo.toml index ae1dbd2cf51..7e9af054aff 100644 --- a/compiler/rustc_driver_impl/Cargo.toml +++ b/compiler/rustc_driver_impl/Cargo.toml @@ -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] |
