eyre-rs / color-eyre

Custom hooks for colorful human oriented error reports via panics and the eyre crate
Other
958 stars 57 forks source link

New version of backtrace doesn't export `gimli-symbolize` anymore #152

Open kristof-mattei opened 3 months ago

kristof-mattei commented 3 months ago

https://github.com/rust-lang/backtrace-rs/releases/tag/0.3.72

Backtrace 0.3.72 removed gimli-symbolize. https://github.com/rust-lang/backtrace-rs/pull/615/files

The feature didn't do anything anymore.

I think at a minimum color-eyre should update backtrace's version to 0.3.59. That way the feature can be removed.

Backtrace's version with the removal: 0.3.59: https://github.com/rust-lang/backtrace-rs/commit/5fc4f79674206c2041b9ffeec6e3891c73510147