Skip to content

Commit

Permalink
Merge pull request #87 from paritytech/td-ethereumtypesbump
Browse files Browse the repository at this point in the history
Bump ethereum-types
  • Loading branch information
debris authored Mar 21, 2018
2 parents 0aaa603 + 9a52cd1 commit a5bd766
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 51 deletions.
103 changes: 58 additions & 45 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethabi-cli"
version = "5.0.1"
version = "5.1.0"
authors = ["Parity Technologies <[email protected]>"]
keywords = ["ethereum", "eth", "abi", "solidity", "cli"]
description = "Easy to use cli for conversion of ethereum contract calls to bytecode."
Expand All @@ -12,7 +12,7 @@ rustc-hex = "1.0"
serde = "1.0"
serde_derive = "1.0"
docopt = "0.8.1"
ethabi = { version = "5.0", path = "../ethabi" }
ethabi = { version = "5", path = "../ethabi" }
error-chain = { version = "0.11.0", default-features = false }

[features]
Expand Down
2 changes: 1 addition & 1 deletion contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethabi-contract"
version = "5.0.3"
version = "5.1.0"
authors = ["Parity Technologies <[email protected]>"]
homepage = "https://github.com/paritytech/ethabi"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethabi-derive"
version = "5.0.6"
version = "5.1.0"
authors = ["Parity Technologies <[email protected]>"]
homepage = "https://github.com/paritytech/ethabi"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions ethabi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethabi"
version = "5.0.1"
version = "5.1.0"
authors = ["Parity Technologies <[email protected]>"]
homepage = "https://github.com/paritytech/ethabi"
license = "MIT"
Expand All @@ -14,7 +14,7 @@ serde_json = "1.0"
serde_derive = "1.0"
tiny-keccak = "1.3"
error-chain = { version = "0.11", default-features = false }
ethereum-types = "0.1.4"
ethereum-types = "0.3"

[features]
backtrace = ["error-chain/backtrace"]
Expand Down

0 comments on commit a5bd766

Please sign in to comment.