Skip to content

Commit

Permalink
Bump ethabi and ethereum-types (#697)
Browse files Browse the repository at this point in the history
* Bump version.

* Bump ethabi & ethereum-types
  • Loading branch information
tomusdrw committed Jun 20, 2023
1 parent d49ad4f commit 2b2b1e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "web3"
version = "0.19.1"
version = "0.19.0"
description = "Ethereum JSON-RPC client."
homepage = "https://github.com/tomusdrw/rust-web3"
repository = "https://github.com/tomusdrw/rust-web3"
Expand All @@ -14,8 +14,8 @@ edition = "2018"
[dependencies]
arrayvec = "0.7.1"
derive_more = "0.99.1"
ethabi = "17.0.0"
ethereum-types = "0.13.0"
ethabi = "18.0.0"
ethereum-types = "0.14.1"
futures = "0.3.5"
futures-timer = "3.0.2"
hex = "0.4"
Expand Down

0 comments on commit 2b2b1e5

Please sign in to comment.