]> git.lizzy.rs Git - rust.git/commitdiff
Bump version to backtrace without the header
authorJane Lusby <jlusby@yaah.dev>
Mon, 10 Feb 2020 22:20:21 +0000 (14:20 -0800)
committerJane Lusby <jlusby@yaah.dev>
Mon, 10 Feb 2020 22:20:21 +0000 (14:20 -0800)
src/libstd/Cargo.toml

index c9ff93eac0295f3f2db15754a22ccf2631d14f43..b147aa55b2a6135617904eb213011d8f86169c08 100644 (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