Skip to content

Commit 0556ec8

Browse files
committed
Auto merge of #69042 - yaahc:backtrace-header, r=<try>
Remove backtrace header text Fixes point 3 from #65280 related to #53487 This should probably be double checked by someone who works on fuschia because theres some extra fuschia specific output in `add_context` that is also removed by this change.
2 parents 95e0a2c + 4cf0365 commit 0556ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hashbrown = { version = "0.6.2", default-features = false, features = ['rustc-de
2727

2828
[dependencies.backtrace_rs]
2929
package = "backtrace"
30-
version = "0.3.37"
30+
version = "0.3.44"
3131
default-features = false # without the libstd `backtrace` feature, stub out everything
3232
features = [ "rustc-dep-of-std" ] # enable build support for integrating into libstd
3333

0 commit comments

Comments
 (0)