Skip to content

Commit

Permalink
Merge pull request #109 from paritytech/bump-error-chain
Browse files Browse the repository at this point in the history
bump error-chain to 0.12
  • Loading branch information
dvdplm committed Jun 25, 2018
2 parents dfb6128 + 3930d96 commit 66b82a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = "1.0"
serde_derive = "1.0"
docopt = "0.8.1"
ethabi = { version = "6.0", path = "../ethabi" }
error-chain = { version = "0.11.0", default-features = false }
error-chain = { version = "0.12.0", default-features = false }

[features]
backtrace = ["error-chain/backtrace"]
Expand Down
2 changes: 1 addition & 1 deletion ethabi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
tiny-keccak = "1.3"
error-chain = { version = "0.11", default-features = false }
error-chain = { version = "0.12", default-features = false }
ethereum-types = "0.3"

[features]
Expand Down

0 comments on commit 66b82a7

Please sign in to comment.