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]