Bump version to backtrace without the header

This commit is contained in:
Jane Lusby 2020-02-10 14:20:21 -08:00
parent e6ec0d125e
commit 4cf0365b19
1 changed files with 1 additions and 1 deletions

View File

@ -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