From b90fcaf2dda7878cb688abde415aa982a2e0591e Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Fri, 15 Mar 2019 13:08:25 +0200 Subject: [PATCH] Added the nightly feature to hashbrown (#174) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7319ec..6e6c819 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }