diff options
| author | Jane Lusby <jlusby@yaah.dev> | 2020-02-10 14:20:21 -0800 |
|---|---|---|
| committer | Jane Lusby <jlusby@yaah.dev> | 2020-02-10 14:20:21 -0800 |
| commit | 4cf0365b19ddf852375175a9679572f1e0de4eda (patch) | |
| tree | c992e678befecd08dcbbc0ebd2c2758064ba500d /src | |
| parent | e6ec0d125eba4074122b187032474b4174fb9d31 (diff) | |
| download | rust-4cf0365b19ddf852375175a9679572f1e0de4eda.tar.gz rust-4cf0365b19ddf852375175a9679572f1e0de4eda.zip | |
Bump version to backtrace without the header
Diffstat (limited to 'src')
| -rw-r--r-- | src/libstd/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index c9ff93eac02..b147aa55b2a 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -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 |
