Merge pull request #35 from paritytech/chore/fix-triehash-benches

Load ethereum-types to fix benchmarks
This commit is contained in:
Niklas Adolfsson 2018-08-23 13:34:21 +02:00 committed by GitHub
commit 7a5b68d84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,4 +14,5 @@ rlp = { version = "0.2", path = "../rlp", default-features = false }
[dev-dependencies]
trie-standardmap = { version = "0.1", path = "../trie-standardmap" }
keccak-hasher = { version = "0.1", path = "../test-support/keccak-hasher" }
tiny-keccak = "1.4.2"
tiny-keccak = "1.4.2"
ethereum-types = "0.4"