From 2abebfb244513011be2336a6a97be0b26821fbf9 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Sun, 25 Jun 2017 00:40:56 +0800 Subject: [PATCH] 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65ad1e62..35e05cb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"