Added the nightly feature to hashbrown

This commit is contained in:
Elichai Turkel 2019-03-12 17:20:21 +02:00
parent 8403cc3411
commit 23cfb536c8
No known key found for this signature in database
GPG Key ID: 5607C93B5F86650C
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ default = ["std"]
std = ["parity-wasm/std"]
# Enable for no_std support
# hashbrown only works on no_std
core = ["hashbrown", "libm"]
core = ["hashbrown/nightly", "libm"]
[dependencies]
parity-wasm = { version = "0.31", default-features = false }