Merge pull request #50 from paritytech/chore/cleanup-remove-branch-in-ethbloom

Cleanup leftover from previous pr
This commit is contained in:
Marek Kotewicz 2018-08-15 11:47:28 +02:00 committed by GitHub
commit 0c95999843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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 }