Skip to content

Commit 88b38e2

Browse files
authored
Merge pull request #159 from paritytech/IncreaseCratesVersions
Versions of two other ethabi crates increased
2 parents 9004cc1 + 4b3f4cd commit 88b38e2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethabi-cli"
3-
version = "8.0.0"
3+
version = "9.0.0"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
keywords = ["ethereum", "eth", "abi", "solidity", "cli"]
66
description = "Easy to use cli for conversion of ethereum contract calls to bytecode."

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethabi-derive"
3-
version = "8.0.0"
3+
version = "9.0.0"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
homepage = "https://github.com/paritytech/ethabi"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)