From 8f6f5d52d48c688043dd094de62f2ff05cbb6cab Mon Sep 17 00:00:00 2001 From: niklasad1 Date: Thu, 5 Jul 2018 17:54:12 +0200 Subject: [PATCH] Bump versions of ethbloom and ethereum-types The changes in [#42](https://github.com/paritytech/primitives/pull/42) requires a version-bump in order to be visible on https://crates.io/ --- ethbloom/Cargo.toml | 2 +- ethereum-types/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ethbloom/Cargo.toml b/ethbloom/Cargo.toml index f99c764..e131f58 100644 --- a/ethbloom/Cargo.toml +++ b/ethbloom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethbloom" -version = "0.5.0" +version = "0.5.1" authors = ["Parity Technologies "] description = "Ethereum bloom filter" license = "MIT" diff --git a/ethereum-types/Cargo.toml b/ethereum-types/Cargo.toml index 46decc7..b741f20 100644 --- a/ethereum-types/Cargo.toml +++ b/ethereum-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum-types" -version = "0.3.2" +version = "0.3.3" authors = ["Parity Technologies "] license = "MIT" homepage = "https://github.com/paritytech/primitives"