Skip to content

Commit 2b2b1e5

Browse files
authored
Bump ethabi and ethereum-types (#697)
* Bump version. * Bump ethabi & ethereum-types
1 parent d49ad4f commit 2b2b1e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web3"
3-
version = "0.19.1"
3+
version = "0.19.0"
44
description = "Ethereum JSON-RPC client."
55
homepage = "https://github.com/tomusdrw/rust-web3"
66
repository = "https://github.com/tomusdrw/rust-web3"
@@ -14,8 +14,8 @@ edition = "2018"
1414
[dependencies]
1515
arrayvec = "0.7.1"
1616
derive_more = "0.99.1"
17-
ethabi = "17.0.0"
18-
ethereum-types = "0.13.0"
17+
ethabi = "18.0.0"
18+
ethereum-types = "0.14.1"
1919
futures = "0.3.5"
2020
futures-timer = "3.0.2"
2121
hex = "0.4"

0 commit comments

Comments
 (0)