eyre-rs / eyre

A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications
Apache License 2.0
1.35k stars 63 forks source link

Bump backtrace-rs #175

Closed kristof-mattei closed 1 month ago

kristof-mattei commented 3 months ago

0.3.59 is the first version of backtrace-rs that doesn't use gimli-symbolize: https://github.com/rust-lang/backtrace-rs/commit/5fc4f79674206c2041b9ffeec6e3891c73510147

While the feature is still there, it is unused and later on removed in https://github.com/rust-lang/backtrace-rs/commit/4cbe6b69eaccf23297b51f9584dd8a7d5e12ea95. Original PR #615

Closes https://github.com/eyre-rs/eyre/issues/174

kristof-mattei commented 1 month ago

@ten3roberts anything I can do to push this forward?