Skip to content

Commit

Permalink
Updating tiny-keccak (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw authored May 17, 2017
1 parent 18ddc98 commit 2c0ae51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethabi"
version = "1.0.4"
version = "1.0.5"
authors = ["Parity Technologies <admin@parity.io>"]
homepage = "https://github.com/paritytech/ethabi"
license = "MIT"
Expand All @@ -12,7 +12,7 @@ rustc-serialize = "0.3"
serde = "0.9"
serde_json = "0.9"
serde_derive = "0.9"
tiny-keccak = "1.0"
tiny-keccak = "1.2"
clippy = { version = "0.0.63", optional = true }
docopt = { version = "0.6", optional = true }

Expand Down

0 comments on commit 2c0ae51

Please sign in to comment.