Skip to content

Commit

Permalink
Auto merge of #69042 - yaahc:backtrace-header, r=<try>
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Feb 11, 2020
2 parents 95e0a2c + 4cf0365 commit 0556ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ hashbrown = { version = "0.6.2", default-features = false, features = ['rustc-de

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

Expand Down

0 comments on commit 0556ec8

Please sign in to comment.