Added the nightly feature to hashbrown (#174)
This commit is contained in:
parent
8403cc3411
commit
b90fcaf2dd
|
@ -16,7 +16,7 @@ default = ["std"]
|
||||||
std = ["parity-wasm/std"]
|
std = ["parity-wasm/std"]
|
||||||
# Enable for no_std support
|
# Enable for no_std support
|
||||||
# hashbrown only works on no_std
|
# hashbrown only works on no_std
|
||||||
core = ["hashbrown", "libm"]
|
core = ["hashbrown/nightly", "libm"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-wasm = { version = "0.31", default-features = false }
|
parity-wasm = { version = "0.31", default-features = false }
|
||||||
|
|
Loading…
Reference in New Issue