about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-22 10:39:58 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-27 14:21:19 +1000
commitc50d2cc8078280a0dfdd562c7688e81b664e5880 (patch)
tree045b0c8125c8c8e68a7c1a010ca5b814c5684718 /compiler/rustc_codegen_ssa
parent32b0fff8fe750ee61b77481d0db1fe2c5cb5e63b (diff)
downloadrust-c50d2cc8078280a0dfdd562c7688e81b664e5880.tar.gz
rust-c50d2cc8078280a0dfdd562c7688e81b664e5880.zip
Add `tracing` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 974be3f9534..75b5261393b 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -42,7 +42,7 @@ smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 tempfile = "3.2"
 thin-vec.workspace = true
 thorin-dwp = "0.9"
-tracing = "0.1"
+tracing.workspace = true
 wasm-encoder = "0.219"
 # tidy-alphabetical-end