Bump versions.

This commit is contained in:
Tomasz Drwięga 2018-03-15 09:42:10 +01:00
parent fd79eb91f4
commit 41149b79f9
No known key found for this signature in database
GPG Key ID: B2BA26B1C688F8FC
5 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ethbloom"
version = "0.4.2"
version = "0.5.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Ethereum bloom filter"
license = "MIT"
@ -11,7 +11,7 @@ repository = "https://github.com/paritytech/primitives"
[dependencies]
tiny-keccak = "1.4"
crunchy = { version = "0.1.6", features = ["limit_256"] }
fixed-hash = { version = "0.1.3", path = "../fixed-hash" }
fixed-hash = { version = "0.2.0", path = "../fixed-hash" }
ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true }
serde = { version = "1.0", optional = true }

View File

@ -1,6 +1,6 @@
[package]
name = "ethereum-types"
version = "0.2.3"
version = "0.3.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
homepage = "https://github.com/paritytech/primitives"
@ -11,9 +11,9 @@ build = "build.rs"
rustc_version = "0.2"
[dependencies]
uint = { path = "../uint", version = "0.1.2" }
fixed-hash = { path = "../fixed-hash", version = "0.1.3" }
ethbloom = { path = "../ethbloom", version = "0.4.2" }
uint = { path = "../uint", version = "0.2" }
fixed-hash = { path = "../fixed-hash", version = "0.2" }
ethbloom = { path = "../ethbloom", version = "0.5.0" }
crunchy = "0.1.5"
ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true }
serde = { version = "1.0", optional = true }

View File

@ -1,6 +1,6 @@
[package]
name = "fixed-hash"
version = "0.1.3"
version = "0.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
homepage = "https://github.com/paritytech/primitives"

View File

@ -8,7 +8,7 @@ rustc_version = "0.2"
[dependencies]
crunchy = "0.1.5"
ethereum-types = { version = "0.2.3", path ="../ethereum-types", features = ["std", "heapsizeof"] }
ethereum-types = { version = "0.3.0", path ="../ethereum-types", features = ["std", "heapsizeof"] }
quickcheck = "0.6"
serde_json = "1.0"
uint = { path = "../uint" , features = ["impl_quickcheck_arbitrary"] }

View File

@ -4,7 +4,7 @@ homepage = "http://parity.io"
repository = "https://github.com/paritytech/primitives"
license = "MIT/Apache-2.0"
name = "uint"
version = "0.1.2"
version = "0.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"