Skip to content

Commit

Permalink
Merge pull request #60 from paritytech/release4.1.0
Browse files Browse the repository at this point in the history
release 4.1.0
  • Loading branch information
debris committed Oct 16, 2017
2 parents 7b895f8 + 0db6f14 commit 2e1d1a5
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
34 changes: 17 additions & 17 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 @@ -12,7 +12,7 @@ rustc-hex = "1.0"
serde = "1.0"
serde_derive = "1.0"
docopt = "0.8.1"
ethabi = { version = "4.0", path = "../ethabi" }
ethabi = { version = "4.1", 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 = "4.0.0"
version = "4.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
homepage = "https://github.com/paritytech/ethabi"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethabi-derive"
version = "4.0.0"
version = "4.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
homepage = "https://github.com/paritytech/ethabi"
license = "MIT"
Expand All @@ -11,7 +11,7 @@ description = "Easy to use conversion of ethereum contract calls to bytecode."
proc-macro = true

[dependencies]
ethabi = { path = "../ethabi", version = "4.0" }
ethabi = { path = "../ethabi", version = "4.1" }
heck = "0.2"
syn = "0.11.11"
quote = "0.3.15"
2 changes: 1 addition & 1 deletion ethabi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethabi"
version = "4.0.1"
version = "4.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
homepage = "https://github.com/paritytech/ethabi"
license = "MIT"
Expand Down

0 comments on commit 2e1d1a5

Please sign in to comment.