Skip to content

Commit c5a9718

Browse files
debristomusdrw
authored andcommitted
version 0.0.4 (#43)
1 parent e5b63f9 commit c5a9718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web3"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Ethereum JSON-RPC client."
55
homepage = "https://github.com/tomusdrw/rust-web3"
66
repository = "https://github.com/tomusdrw/rust-web3"
@@ -10,7 +10,7 @@ keywords = ["jsonrpc", "web3", "ethereum", "rpc", "client"]
1010
authors = ["Tomasz Drwięga <[email protected]>"]
1111

1212
[dependencies]
13-
ethabi = "1.1"
13+
ethabi = "2.0"
1414
futures = "0.1"
1515
jsonrpc-core = "7.0"
1616
log = "0.3"

0 commit comments

Comments
 (0)