[no-std-tests] Add `fixed-hash/byteorder` used feature

Makes it compile again
This commit is contained in:
Herobird 2018-11-30 17:58:36 +01:00
parent f76b9a4459
commit ff7b5c8158
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ libc = { version = "0.2", default-features = false }
ethereum-types = { path = "../ethereum-types", default-features = false }
ethbloom = { path = "../ethbloom", default-features = false }
fixed-hash = { version = "0.3", default-features = false }
[features]
default = ["fixed-hash/byteorder"]