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:
parent
fd821a5ead
commit
2abebfb244
|
@ -19,7 +19,7 @@ clap = "2.24"
|
|||
handlebars = "0.27"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
error-chain = "0.10.0"
|
||||
error-chain = { version = "0.10.0", features = [] }
|
||||
serde_json = "1.0"
|
||||
pulldown-cmark = "0.0.14"
|
||||
log = "0.3"
|
||||
|
|
Loading…
Reference in New Issue