Remove uint (moved to parity-common)

This commit is contained in:
David Palm 2018-07-13 14:29:10 +02:00
parent baff4372f1
commit 716691c42b
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ crunchy = "0.1.5"
ethereum-types = { version = "0.3.1", path ="../ethereum-types", features = ["std", "heapsizeof"] }
quickcheck = "0.6"
serde_json = "1.0"
uint = { path = "../uint" , features = ["impl_quickcheck_arbitrary"] }
# 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", features = ["impl_quickcheck_arbitrary"] }
[features]
use_asm = ["uint/use_asm", "ethereum-types/use_asm"]