Skip to content

Commit

Permalink
Merge 4f9612b into bdb75f5
Browse files Browse the repository at this point in the history
  • Loading branch information
debris committed Apr 4, 2018
2 parents bdb75f5 + 4f9612b commit 23ee525
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
96 changes: 48 additions & 48 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ethabi-derive"
version = "5.1.0"
version = "5.1.1"
authors = ["Parity Technologies <admin@parity.io>"]
homepage = "https://github.com/paritytech/ethabi"
license = "MIT"
Expand All @@ -13,5 +13,5 @@ proc-macro = true
[dependencies]
ethabi = { path = "../ethabi", version = "5.0" }
heck = "0.3"
syn = "0.12.12"
quote = "0.4.2"
syn = "0.13"
quote = "0.5.1"

0 comments on commit 23ee525

Please sign in to comment.