Load fixed-hash from crates.io

This commit is contained in:
David Palm 2018-08-22 20:12:47 +02:00
parent 6f23f63470
commit 6f2d5a4a98
2 changed files with 2 additions and 2 deletions

View File

@ -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 = { 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 }
serde = { version = "1.0", optional = true }

View File

@ -9,4 +9,4 @@ license = "MIT"
libc = { version = "0.2", default-features = false }
ethereum-types = { path = "../ethereum-types", default-features = false }
ethbloom = { path = "../ethbloom", default-features = false }
fixed-hash = { version = "0.2", default-features = false }
fixed-hash = { version = "0.2", default-features = false }