Skip to content

Commit

Permalink
Bump version to backtrace without the header
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc committed Feb 10, 2020
1 parent e6ec0d1 commit 4cf0365
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 4cf0365

Please sign in to comment.