Added the nightly feature to hashbrown (#174)

This commit is contained in:
Elichai Turkel 2019-03-15 13:08:25 +02:00 committed by Sergei Pepyakin
parent 8403cc3411
commit b90fcaf2dd
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 }