rust-cli / human-panic

Panic messages for humans.
https://docs.rs/human-panic
Apache License 2.0
1.66k stars 65 forks source link

🐛 fix: Update Rust versions in Travis #60

Closed passy closed 4 years ago

passy commented 5 years ago

Travis is currently red because because clippy and rustfmt have changed since 1.29. I guess the 1.25 special case is there for a reason so I didn't remove it, but it's currently failing because backtrace doesn't seem to be compatible anymore.

This would at least restore two green check marks :) https://travis-ci.org/passy/human-panic/builds/548179069

Dylan-DPC-zz commented 4 years ago

This is fixed as a side effect of #63. Thanks for the PR :)