Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

Commit

Permalink
Fix outstanding TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdplm committed Aug 5, 2018
1 parent 5e04bdc commit 85d7ed2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ethereum-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 85d7ed2

Please sign in to comment.