Skip to content

Commit d82a87d

Browse files
chore: release v0.3.77
1 parent 28ec93b commit d82a87d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ As a unique component of `std` it may make exceptional changes in order to suppo
88

99
## [Unreleased]
1010

11+
## [0.3.77](https://github.com/rust-lang/backtrace-rs/compare/backtrace-v0.3.76...backtrace-v0.3.77) - 2026-01-25
12+
13+
### Other
14+
15+
- Merge of rust-lang/backtrace-rs#739: Fix line-tables-only on macOS 15
16+
- Bump rustc-demangle (rust-lang/backtrace-rs#746)
17+
- Always use `extern "system"` for Windows imports
18+
- Merge pull request #745 from clubby789/func-cast
19+
- Fix `function_casts_as_integer` failures
20+
1121
## [0.3.76](https://github.com/rust-lang/backtrace-rs/compare/backtrace-v0.3.75...backtrace-v0.3.76) - 2025-09-26
1222

1323
### Behavior

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backtrace"
3-
version = "0.3.76"
3+
version = "0.3.77"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)