diff --git a/ethbloom/Cargo.toml b/ethbloom/Cargo.toml index a0dd0a0..33c651a 100644 --- a/ethbloom/Cargo.toml +++ b/ethbloom/Cargo.toml @@ -11,8 +11,7 @@ repository = "https://github.com/paritytech/primitives" [dependencies] tiny-keccak = "1.4" crunchy = { version = "0.1.6", features = ["limit_256"] } -# TODO: remove `branch` when https://github.com/paritytech/parity-common/pull/12 lands -fixed-hash = { git = "https://github.com/paritytech/parity-common", branch = "add-fixed-hash", default_features = false } +fixed-hash = { git = "https://github.com/paritytech/parity-common", default_features = false } ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true } serde = { version = "1.0", optional = true }