Closed manifest closed 5 years ago
Tests fail on Clippy checks that doesn't relate to this commit.
Error is due to handlebars updating to pest 2.0. I filed an issue, but odds are it won't be fixed.
I merged master, which should hopefully fix CI.
@manifest It looks like there are some real errors :(
@carllerche fixed
nightly build still fails because of
The command "curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain=$TRAVIS_RUST_VERSION -y" failed and exited with 1 during .
Ok, lets see if #176 fixes it.
Ok, I merged so lets see.
@carllerche all tests are passed
I've added one more commit removing extract::error::Error::web
function since it isn't used anywhere and in order to encourage using of From<error::error::Error>
. There were no releases with it public, so it isn't a broken change, right?
There is a binary file that got checked in (src/error/.map.rs.swp).
Fixed
Thanks, released.
The PR for the issue.