Skip to content

Commit 4cf0365

Browse files
committed
Bump version to backtrace without the header
1 parent e6ec0d1 commit 4cf0365

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)