From 304cc6f2310285acdaa76d4a6f09c7ebda19984d Mon Sep 17 00:00:00 2001 From: Herobird Date: Mon, 12 Nov 2018 20:29:26 +0100 Subject: [PATCH] [ethbloom] Bump version 0.5.1 => 0.6.0 --- ethbloom/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethbloom/Cargo.toml b/ethbloom/Cargo.toml index 6858a3d..e60b09c 100644 --- a/ethbloom/Cargo.toml +++ b/ethbloom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethbloom" -version = "0.5.1" +version = "0.6.0" authors = ["Parity Technologies "] description = "Ethereum bloom filter" license = "MIT"