rust-lang-deprecated / error-chain

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

Fix version issues #275

Closed palfrey closed 4 years ago

palfrey commented 4 years ago

This should fix both #270 and #274 as well as an issue I noted with particular versions of backtrace-rs and Rust 1.31.0

AndyGauge commented 4 years ago

I'm not convinced that 0.13 will ever actually be released, but I think its fair to bump the minimum rust version to 1.13 and move from try! to ? as in #279 Wish I had found this before I addressed the failures today :)

palfrey commented 4 years ago

Ok, I'm closing this out now then now #279 is merged. Will open a new PR fixing the backtrace version issue.