Skip to content

Commit

Permalink
Remove gimli-symbolize crate feature
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Feb 9, 2025
1 parent 805f586 commit 7080740
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
- This may be API breaking when users use `default-features = false` so that `&backtrace::Backtrace` doesn't coerce to `&dyn Backtrace`
- Add experimental support for `std::backtrace::Backtrace`
- Enable via `{ default-features = false, features = ["use-btparse-crate"] }`
- Removed previously deprecated `gimli-symbolize` crate feature

## [v0.6.1] (2023-10-23)
- Publicly expose some helper methods on `Frame` type
Expand Down
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ use-backtrace-crate = ["dep:backtrace"]
# Not guaranteed to work if Rust decides to change the format, but fewer dependencies.
use-btparse-crate = ["dep:btparse"]

# Deprecated, no longer has any effect: backtrace crate removed corresponding option.
gimli-symbolize = []

[dependencies]
termcolor = "1.1.2"
backtrace = { version = "0.3.57", optional = true }
Expand Down

0 comments on commit 7080740

Please sign in to comment.