From 2121bd4b47de02fc1939e1d63a8e685cc1fe5c81 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Mon, 5 Sep 2022 21:22:02 +0800 Subject: [PATCH] Add feature to hashbrown. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80ab0cf2..56c8abef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ debugging = ["internals"] # enable debugging serde = ["dep:serde", "smartstring/serde", "smallvec/serde"] # implement serde for rhai types # compiling for no-std -no_std = ["no-std-compat", "num-traits/libm", "core-error", "libm", "ahash/compile-time-rng", "hashbrown"] +no_std = ["no-std-compat", "num-traits/libm", "core-error", "libm", "ahash/compile-time-rng", "hashbrown/ahash-compile-time-rng"] # compiling for WASM wasm-bindgen = ["instant/wasm-bindgen"]