Skip to content

Commit

Permalink
Require error-chain 0.12.2
Browse files Browse the repository at this point in the history
Drop a compiler allow which is now unnecessary.

Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Apr 1, 2020
1 parent cdfec94 commit 1a0153c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
16 changes: 11 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ features = ["serde", "v4"]
pkg-config = "0.3"

[dev-dependencies]
error-chain = "0.12.1"
error-chain = "0.12.2"
loopdev = "0.2"
either = "1.1.0"
proptest = "0.9.0"
Expand Down
4 changes: 0 additions & 4 deletions src/engine/strat_engine/tests/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ use crate::engine::strat_engine::{
};

mod cleanup_errors {
// FIXME: It should be possible to remove this allow when the next
// version of error_chain is released.
#![allow(deprecated)]

error_chain! {
foreign_links {
Ioe(std::io::Error);
Expand Down

0 comments on commit 1a0153c

Please sign in to comment.