diff options
| author | klensy <klensy@users.noreply.github.com> | 2024-07-04 14:43:27 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2025-09-04 13:24:42 +0300 |
| commit | 17b27d8e6c7ecce909d3b0bd072378c7a0854d78 (patch) | |
| tree | e782a87553b2b972d6feff708599cd8cf04fc5b3 /compiler/rustc_log | |
| parent | 51ff895062ba60a7cba53f57af928c3fb7b0f2f4 (diff) | |
| download | rust-17b27d8e6c7ecce909d3b0bd072378c7a0854d78.tar.gz rust-17b27d8e6c7ecce909d3b0bd072378c7a0854d78.zip | |
unpin tracing_core
Diffstat (limited to 'compiler/rustc_log')
| -rw-r--r-- | compiler/rustc_log/Cargo.toml | 4 |
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 |
