Skip to content

Commit

Permalink
Lock backtrace crate to 0.3.9.
Browse files Browse the repository at this point in the history
The current latest (0.3.11)` is not compatible with Rust 1.18.0.
Pending <rust-lang/backtrace-rs#137>
  • Loading branch information
azriel91 committed Dec 12, 2018
1 parent 8c3d6a1 commit 6ffb645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "./failure_derive"

[dependencies.backtrace]
optional = true
version = "0.3.3"
version = "=0.3.9"

[workspace]
members = [".", "failure_derive"]
Expand Down

0 comments on commit 6ffb645

Please # to comment.