about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-27 20:00:19 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-28 20:10:54 +1000
commit75060001c0acb03f4febebb81909175cd2798bca (patch)
tree190dedc44c4417247b242151466084c8c72f8a76
parent43a216604a7fc98deb0744513341fc0d09e461d4 (diff)
downloadrust-75060001c0acb03f4febebb81909175cd2798bca.tar.gz
rust-75060001c0acb03f4febebb81909175cd2798bca.zip
Add an overlooked `tracing` to `[workspace.dependencies]`.
-rw-r--r--compiler/rustc_ast/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_ast/Cargo.toml b/compiler/rustc_ast/Cargo.toml
index 0b8ab7c391c..7f948a65220 100644
--- a/compiler/rustc_ast/Cargo.toml
+++ b/compiler/rustc_ast/Cargo.toml
@@ -16,5 +16,5 @@ rustc_serialize = { path = "../rustc_serialize" }
 rustc_span = { path = "../rustc_span" }
 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 thin-vec.workspace = true
-tracing = "0.1"
+tracing.workspace = true
 # tidy-alphabetical-end