diff --git a/unwind/Cargo.toml b/unwind/Cargo.toml index e8981b3..ce4fb79 100644 --- a/unwind/Cargo.toml +++ b/unwind/Cargo.toml @@ -6,7 +6,7 @@ authors = ["main() "] [dependencies] gimli = "0.17" libc = "0.2" -fallible-iterator = "0.1" +fallible-iterator = "0.2" log = "0.4" [build-dependencies]