From 85d7ed28278c3233889b3bb2aaac15e6a8603fb2 Mon Sep 17 00:00:00 2001 From: David Palm Date: Sun, 5 Aug 2018 12:35:15 +0200 Subject: [PATCH] Fix outstanding TODO --- ethereum-types/Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ethereum-types/Cargo.toml b/ethereum-types/Cargo.toml index 2c659bd..0794e7c 100644 --- a/ethereum-types/Cargo.toml +++ b/ethereum-types/Cargo.toml @@ -14,11 +14,9 @@ rustc_version = "0.2" crunchy = "0.1.5" ethbloom = { path = "../ethbloom", version = "0.5.0", default-features = false } ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true } -# 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 } serde = { version = "1.0", optional = true } -# TODO: remove `branch` when https://github.com/paritytech/parity-common/pull/12 lands -uint = { git = "https://github.com/paritytech/parity-common", branch = "add-fixed-hash", default_features = false } +uint = { git = "https://github.com/paritytech/parity-common", default_features = false } [dev-dependencies] serde_json = "1.0"