about summary refs log tree commit diff
path: root/compiler/rustc_log
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2024-07-04 14:43:27 +0300
committerklensy <klensy@users.noreply.github.com>2025-09-04 13:24:42 +0300
commit17b27d8e6c7ecce909d3b0bd072378c7a0854d78 (patch)
treee782a87553b2b972d6feff708599cd8cf04fc5b3 /compiler/rustc_log
parent51ff895062ba60a7cba53f57af928c3fb7b0f2f4 (diff)
downloadrust-17b27d8e6c7ecce909d3b0bd072378c7a0854d78.tar.gz
rust-17b27d8e6c7ecce909d3b0bd072378c7a0854d78.zip
unpin tracing_core
Diffstat (limited to 'compiler/rustc_log')
-rw-r--r--compiler/rustc_log/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_log/Cargo.toml b/compiler/rustc_log/Cargo.toml
index c673d51a1d4..2332ff9b323 100644
--- a/compiler/rustc_log/Cargo.toml
+++ b/compiler/rustc_log/Cargo.toml
@@ -5,8 +5,8 @@ edition = "2024"
 
 [dependencies]
 # tidy-alphabetical-start
-tracing = "0.1.28"
-tracing-core = "=0.1.30" # FIXME(Nilstrieb) tracing has a deadlock: https://github.com/tokio-rs/tracing/issues/2635
+# tracing > 0.1.37 have huge binary size / instructions regression
+tracing = "=0.1.37"
 tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
 tracing-tree = "0.3.1"
 # tidy-alphabetical-end