Nope, require failure 1.0 because otherwise it depends on backtrace automatically

This commit is contained in:
kyren 2018-03-20 16:23:23 -04:00
parent a22c23ae26
commit 60bfe1fb07
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ builtin-lua = ["cc"]
[dependencies] [dependencies]
libc = { version = "0.2" } 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 } compiletest_rs = { version = "0.3", optional = true }
[build-dependencies] [build-dependencies]