Skip to content

Commit

Permalink
Update backtrace-sys crate to 0.1.36
Browse files Browse the repository at this point in the history
* Fix an off-by-one error in backtrace-sys
* Only explicitly configure debuginfo in rustc-dep-of-std
  • Loading branch information
tmiasko committed Apr 26, 2020

Verified

This commit was signed with the committer’s verified signature.
1 parent 019ab73 commit f22dd92
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 f22dd92

Please sign in to comment.