Skip to content

Commit

Permalink
Merge pull request rust-ethereum#159 from paritytech/IncreaseCratesVe…
Browse files Browse the repository at this point in the history
…rsions

Versions of two other ethabi crates increased
  • Loading branch information
dvdplm authored Oct 1, 2019
2 parents 9004cc1 + 4b3f4cd commit 88b38e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
@@ -1,6 +1,6 @@
[package]
name = "ethabi-cli"
version = "8.0.0"
version = "9.0.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 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 = "8.0.0"
version = "9.0.0"
authors = ["Parity Technologies <[email protected]>"]
homepage = "https://github.com/paritytech/ethabi"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 88b38e2

Please sign in to comment.