mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Nope, require failure 1.0 because otherwise it depends on backtrace automatically
This commit is contained in:
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user