1 parent d49ad4f commit 2b2b1e5Copy full SHA for 2b2b1e5
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "web3"
3
-version = "0.19.1"
+version = "0.19.0"
4
description = "Ethereum JSON-RPC client."
5
homepage = "https://github.com/tomusdrw/rust-web3"
6
repository = "https://github.com/tomusdrw/rust-web3"
@@ -14,8 +14,8 @@ edition = "2018"
14
[dependencies]
15
arrayvec = "0.7.1"
16
derive_more = "0.99.1"
17
-ethabi = "17.0.0"
18
-ethereum-types = "0.13.0"
+ethabi = "18.0.0"
+ethereum-types = "0.14.1"
19
futures = "0.3.5"
20
futures-timer = "3.0.2"
21
hex = "0.4"
0 commit comments