Cleanup leftover from previous pr

This commit is contained in:
David Palm 2018-08-10 17:59:01 +02:00
parent cb6e423501
commit 01d82848f8
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 }