Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 893db81

Browse files
committedMay 28, 2024
Auto merge of rust-lang#125636 - workingjubilee:bump-backtrace-0.3.72, r=workingjubilee
Bump backtrace to 0.3.72 This removes a bunch of dead code, contains critical aarch64-windows fixes, some less-critical windows-in-general improvements, adds visionOS support (and probably improves support for a bunch of Apple platforms...), and harmonizes backtrace's dependencies with rustc/std's. See rust-lang/backtrace-rs@0.3.71...0.3.72 r? `@ghost`
2 parents 0ef7706 + 6785858 commit 893db81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎backtrace

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit e15130618237eb3e2d4b622549f9647b4c1d9ca3
1+
Subproject commit 5e05efa87905fb5b351a2bc5644d60c57d6d9327

‎std/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep
2424
std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-dep-of-std'] }
2525

2626
# Dependencies of the `backtrace` crate
27-
rustc-demangle = { version = "0.1.21", features = ['rustc-dep-of-std'] }
27+
rustc-demangle = { version = "0.1.24", features = ['rustc-dep-of-std'] }
2828

2929
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies]
3030
miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
31-
addr2line = { version = "0.21.0", optional = true, default-features = false }
31+
addr2line = { version = "0.22.0", optional = true, default-features = false }
3232

3333
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
3434
libc = { version = "0.2.153", default-features = false, features = ['rustc-dep-of-std'], public = true }

0 commit comments

Comments
 (0)
Failed to load comments.