Closed jeroen closed 3 years ago
I'm not a maintainer for this crate, but I think that's fine, I was just surprised because your other comment said 1.43.1. See https://github.com/rust-lang/backtrace-rs/issues/211#issuecomment-504970353 regarding minimum rust version for this crate.
Thanks for the report, but this isn't considered a breaking change for this crate, so I'm going to close.
Not sure if this is considered important, otherwise feel free to close!
As of commit https://github.com/rust-lang/backtrace-rs/commit/c27d7c5af29cf99ba354812cf0cd8829851d91f9 this crate no longer compiles with the stock rustc 1.41 on the latest Debian releases. The compilation fails when compiling
object-0.23.0
.This had caught me a bit by surprise, and I had to do a hotfix release of my application to downgrade to
backtrace 0.3.55
in order for it to work on Debian.