fix(forgot to bump `serialize`): prep new release

This commit is contained in:
Niklas Adolfsson 2019-02-12 17:16:44 +01:00
parent a18303b2f3
commit b4b2bb2732
No known key found for this signature in database
GPG Key ID: A5C9609E830D742A
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ethbloom"
version = "0.6.1"
version = "0.6.2"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Ethereum bloom filter"
license = "MIT"
@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/primitives"
tiny-keccak = "1.4"
crunchy = { version = "0.2.1", default-features = false, features = ["limit_256"] }
fixed-hash = { version = "0.3", default_features = false }
ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true }
ethereum-types-serialize = { version = "0.2.2", path = "../serialize", optional = true }
serde = { version = "1.0", optional = true }
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "ethereum-types"
version = "0.5.1"
version = "0.5.2"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
homepage = "https://github.com/paritytech/primitives"
@ -9,7 +9,7 @@ description = "Ethereum types"
[dependencies]
crunchy = { version = "0.2.1", default-features = false }
ethbloom = { path = "../ethbloom", version = "0.6", default-features = false }
ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true }
ethereum-types-serialize = { version = "0.2.2", path = "../serialize", optional = true }
fixed-hash = { version = "0.3", default_features = false }
serde = { version = "1.0", optional = true }
uint = { version = "0.5", default_features = false }

View File

@ -1,6 +1,6 @@
[package]
name = "ethereum-types-serialize"
version = "0.2.1"
version = "0.2.2"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
homepage = "https://github.com/paritytech/primitives"