Removed the default error-chain features

On `x86_64-unknown-linux-musl` it looks like travis can't compile
the `backtrace-sys` crate because the `./configure` step fails.

The error message `./configure` gives is:

configure: error: in `/home/travis/build/azerupi/mdBook/target/x86_64-unknown-linux-musl/debug/build/backtrace-sys-204dc57c91e9a514/out':
configure: error: C compiler cannot create executables
This commit is contained in:
Michael Bryan 2017-06-25 00:40:56 +08:00
parent fd821a5ead
commit 2abebfb244
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ clap = "2.24"
handlebars = "0.27" handlebars = "0.27"
serde = "1.0" serde = "1.0"
serde_derive = "1.0" serde_derive = "1.0"
error-chain = "0.10.0" error-chain = { version = "0.10.0", features = [] }
serde_json = "1.0" serde_json = "1.0"
pulldown-cmark = "0.0.14" pulldown-cmark = "0.0.14"
log = "0.3" log = "0.3"