From 6f2d5a4a987695fd1653ff0728183b91834aa92f Mon Sep 17 00:00:00 2001 From: David Palm Date: Wed, 22 Aug 2018 20:12:47 +0200 Subject: [PATCH] Load fixed-hash from crates.io --- ethbloom/Cargo.toml | 2 +- no-std-tests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ethbloom/Cargo.toml b/ethbloom/Cargo.toml index 5df4aac..09ee606 100644 --- a/ethbloom/Cargo.toml +++ b/ethbloom/Cargo.toml @@ -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 } diff --git a/no-std-tests/Cargo.toml b/no-std-tests/Cargo.toml index 0b8dba8..8cdd482 100644 --- a/no-std-tests/Cargo.toml +++ b/no-std-tests/Cargo.toml @@ -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 } \ No newline at end of file