Skip to content

Commit 8a2cfff

Browse files
elichaitomusdrw
authored andcommitted
Bumped version to 0.5.1 (tomusdrw#174)
* Updated a dependency * Bumped version to 0.5.1
1 parent eba07ef commit 8a2cfff

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.5.0"
3+
version = "0.5.1"
44
description = "Ethereum JSON-RPC client."
55
homepage = "https://github.com/tomusdrw/rust-web3"
66
repository = "https://github.com/tomusdrw/rust-web3"
@@ -18,7 +18,7 @@ ethereum-types = "0.4"
1818
futures = "0.1"
1919
jsonrpc-core = "8.0.1"
2020
log = "0.4"
21-
parking_lot = "0.5"
21+
parking_lot = "0.7"
2222
rustc-hex = "1.0"
2323
serde = "1.0"
2424
serde_derive = "1.0"

0 commit comments

Comments
 (0)