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