diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-03-25 06:45:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-25 06:45:32 +0100 |
| commit | 3cced917ffa4dc8ba5dbbd64989716c6ac6c33ad (patch) | |
| tree | 89214372e552545d340770b110c0deb93e634509 /src/libstd | |
| parent | 8aafb8a51f981586254177f58c0ec673810e3270 (diff) | |
| parent | 64a8c8a4932416fd0ec9735db8c1d8ba32542a52 (diff) | |
| download | rust-3cced917ffa4dc8ba5dbbd64989716c6ac6c33ad.tar.gz rust-3cced917ffa4dc8ba5dbbd64989716c6ac6c33ad.zip | |
Rollup merge of #70361 - tmiasko:backtrace, r=Mark-Simulacrum
Update backtrace crate to 0.3.46 * Support line-tables-only when using libbacktrace * Update libbacktrace to latest master * Define HAVE_KERN_PROC on FreeBSD to fix rust-lang/rust#54434
Diffstat (limited to 'src/libstd')
| -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 b147aa55b2a..0dd2f79d066 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.44" +version = "0.3.46" default-features = false # without the libstd `backtrace` feature, stub out everything features = [ "rustc-dep-of-std" ] # enable build support for integrating into libstd |
