Skip to content

Commit

Permalink
Bumped version to 0.5.1 (#174)
Browse files Browse the repository at this point in the history
* Updated a dependency

* Bumped version to 0.5.1
  • Loading branch information
elichai authored and tomusdrw committed Dec 4, 2018
1 parent eba07ef commit 8a2cfff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "web3"
version = "0.5.0"
version = "0.5.1"
description = "Ethereum JSON-RPC client."
homepage = "https://github.com/tomusdrw/rust-web3"
repository = "https://github.com/tomusdrw/rust-web3"
Expand All @@ -18,7 +18,7 @@ ethereum-types = "0.4"
futures = "0.1"
jsonrpc-core = "8.0.1"
log = "0.4"
parking_lot = "0.5"
parking_lot = "0.7"
rustc-hex = "1.0"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit 8a2cfff

Please sign in to comment.