Add feature to hashbrown.

This commit is contained in:
Stephen Chung 2022-09-05 21:22:02 +08:00
parent 158b4ce7bc
commit 2121bd4b47

View File

@ -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"]