Skip to content

Commit ab84c6f

Browse files
chore: release v0.3.77
1 parent f9fc3e4 commit ab84c6f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ 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+
- Bump rustc-demangle (rust-lang/backtrace-rs#746)
16+
- Always use `extern "system"` for Windows imports
17+
- Merge pull request #745 from clubby789/func-cast
18+
- Fix `function_casts_as_integer` failures
19+
1120
## [0.3.76](https://github.com/rust-lang/backtrace-rs/compare/backtrace-v0.3.75...backtrace-v0.3.76) - 2025-09-26
1221

1322
### 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)