You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #146267 - matthiaskrgr:rollup-tbz7shx, r=matthiaskrgr
Rollup of 5 pull requests
Successful merges:
- #127316 (move pinned version from tracing_core to tracing)
- #144801 (Suggest bounds in more cases, accounting for type parameters referenced in predicate)
- #146211 (Disallow shebang in `--cfg` and `--check-cfg` arguments)
- #146263 (Fix `bump-stage0` build failure, and check-build `bump-stage0` in CI)
- #146266 (miri std tests: skip all of sys::)
r? `@ghost`
`@rustbot` modify labels: rollup
Copy file name to clipboardExpand all lines: compiler/rustc_log/Cargo.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ edition = "2024"
5
5
6
6
[dependencies]
7
7
# tidy-alphabetical-start
8
-
tracing= "0.1.28"
9
-
tracing-core = "=0.1.30"# FIXME(Nilstrieb) tracing has a deadlock: https://github.com/tokio-rs/tracing/issues/2635
8
+
#tracing > 0.1.37 have huge binary size / instructions regression
9
+
tracing = "=0.1.37"
10
10
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
0 commit comments