bump versions

This commit is contained in:
debris 2018-01-24 10:54:40 +01:00
parent 323d51c30d
commit 30f15bb338
3 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ethbloom"
version = "0.3.0"
version = "0.4.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Ethereum bloom filter"
license = "MIT"
@ -12,7 +12,7 @@ repository = "https://github.com/debris/ethbloom"
tiny-keccak = "1.4"
crunchy = { version = "0.1.6", features = ["limit_256"] }
fixed-hash = { version = "0.1.1", path = "../fixed-hash" }
ethereum-types-serialize = { version = "0.1", path = "../serialize", optional = true }
ethereum-types-serialize = { version = "0.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.1.4"
version = "0.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
homepage = "https://github.com/paritytech/primitives"
@ -12,9 +12,9 @@ rustc_version = "0.2"
[dependencies]
uint = { path = "../uint", version = "0.1" }
fixed-hash = { path = "../fixed-hash", version = "0.1.1" }
ethbloom = { path = "../ethbloom", version = "0.3" }
ethbloom = { path = "../ethbloom", version = "0.4" }
crunchy = "0.1.5"
ethereum-types-serialize = { version = "0.1", path = "../serialize", optional = true }
ethereum-types-serialize = { version = "0.2", path = "../serialize", optional = true }
serde = { version = "1.0", optional = true }
[features]

View File

@ -1,7 +1,10 @@
[package]
name = "ethereum-types-serialize"
version = "0.1.0"
version = "0.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
homepage = "https://github.com/paritytech/primitives"
description = "Ethereum types"
[dependencies]
serde = "1.0"