Merge pull request #54 from paritytech/dp/chore/prepare-for-publication

Load deps from crates (prep for publication)
This commit is contained in:
Niklas Adolfsson 2018-08-30 14:31:11 +02:00 committed by GitHub
commit d32072dddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ repository = "https://github.com/paritytech/primitives"
[dependencies] [dependencies]
tiny-keccak = "1.4" tiny-keccak = "1.4"
crunchy = { version = "0.1.6", features = ["limit_256"] } crunchy = { version = "0.1.6", features = ["limit_256"] }
fixed-hash = { git = "https://github.com/paritytech/parity-common", default_features = false } fixed-hash = { version = "0.2", default_features = false }
ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true } ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true }
serde = { version = "1.0", optional = true } serde = { version = "1.0", optional = true }

View File

@ -10,9 +10,9 @@ description = "Ethereum types"
crunchy = "0.1" crunchy = "0.1"
ethbloom = { path = "../ethbloom", version = "0.5.0", default-features = false } ethbloom = { path = "../ethbloom", version = "0.5.0", default-features = false }
ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true } ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true }
fixed-hash = { git = "https://github.com/paritytech/parity-common", default_features = false } fixed-hash = { version = "0.2", default_features = false }
serde = { version = "1.0", optional = true } serde = { version = "1.0", optional = true }
uint = { git = "https://github.com/paritytech/parity-common", default_features = false } uint = { version = "0.4", default_features = false }
[dev-dependencies] [dev-dependencies]
serde_json = "1.0" serde_json = "1.0"