Skip to content

Commit cae8bc1

Browse files
committed
Auto merge of rust-lang#77731 - cuviper:big-endian-backtrace, r=alexcrichton
Update the backtrace crate to fix big-endian ELF Pulls in rust-lang/backtrace-rs#373. Fixes rust-lang#77410. r? `@alexcrichton`
2 parents 7477d44 + 4addede commit cae8bc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
132132

133133
[[package]]
134134
name = "backtrace"
135-
version = "0.3.50"
135+
version = "0.3.52"
136136
dependencies = [
137137
"addr2line",
138138
"cfg-if",

0 commit comments

Comments
 (0)