From 60bfe1fb077a75b37fa2aef1883db45298761987 Mon Sep 17 00:00:00 2001 From: kyren Date: Tue, 20 Mar 2018 16:23:23 -0400 Subject: [PATCH] Nope, require failure 1.0 because otherwise it depends on backtrace automatically --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ce9693..2a7fcc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ builtin-lua = ["cc"] [dependencies] libc = { version = "0.2" } -failure = { git = "https://github.com/rust-lang-nursery/failure", version = "0.1.2" } +failure = { git = "https://github.com/rust-lang-nursery/failure", version = "1.0" } compiletest_rs = { version = "0.3", optional = true } [build-dependencies]