diff options
| author | bors <bors@rust-lang.org> | 2020-04-29 07:32:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-04-29 07:32:52 +0000 |
| commit | d9312a8db30b9eb345baf7ebaba6d92061d49096 (patch) | |
| tree | 9a4573f54c35a0166f5ba7ed4529be3e02f73cff | |
| parent | 92019986aa6532256277ca999006bdc77e9a95ad (diff) | |
| parent | f22dd92b00b159684c15caacb505a6f13be0f0e4 (diff) | |
| download | rust-d9312a8db30b9eb345baf7ebaba6d92061d49096.tar.gz rust-d9312a8db30b9eb345baf7ebaba6d92061d49096.zip | |
Auto merge of #71577 - tmiasko:backtrace-sys, r=Dylan-DPC
Update backtrace-sys crate to 0.1.36 * Fix an off-by-one error in backtrace-sys * Only explicitly configure debuginfo in rustc-dep-of-std https://github.com/rust-lang/backtrace-rs/compare/0.3.46...backtrace-sys-0.1.36 Fixes #71397.
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index d2f0863cb00..8db306ffd54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,9 +135,9 @@ dependencies = [ [[package]] name = "backtrace-sys" -version = "0.1.35" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de8aba10a69c8e8d7622c5710229485ec32e9d55fdad160ea559c086fdcd118" +checksum = "78848718ee1255a2485d1309ad9cdecfc2e7d0362dd11c6829364c6b35ae1bc7" dependencies = [ "cc", "compiler_builtins", |
