Skip to content

Commit

Permalink
Auto merge of #71577 - tmiasko:backtrace-sys, r=Dylan-DPC
Browse files Browse the repository at this point in the history
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

rust-lang/backtrace-rs@0.3.46...backtrace-sys-0.1.36

Fixes #71397.
  • Loading branch information
bors committed Apr 29, 2020
2 parents 9201998 + f22dd92 commit d9312a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d9312a8

Please sign in to comment.