Skip to content

Commit

Permalink
Remove uint (moved to parity-common)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdplm committed Jul 13, 2018
1 parent baff437 commit 716691c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 716691c

Please sign in to comment.