rust-lang-deprecated / error-chain

Error boilerplate for Rust
Apache License 2.0
728 stars 111 forks source link

Fix backtrace with 1.31.0 #281

Closed palfrey closed 4 years ago

palfrey commented 4 years ago

Backtrace 0.3.36+ breaks Rust 1.31.0 because of https://github.com/rust-lang/backtrace-rs/commit/17db3f34b1e674b2a653f4a4399750e25f657eea

AndyGauge commented 4 years ago

I don't want to get stuck pinned to an old version of backtrace, so I moved to support rust 1.32 and later, following backtrace minimum supported version.

palfrey commented 4 years ago

Fair enough. Just double-checked with 1.32.0 for my own thinking, and all seemed fine