Fix no-std.

This commit is contained in:
Stephen Chung 2022-10-12 09:44:46 +08:00
parent b330fc22e0
commit a581d51e7a

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"]
no_std = ["no-std-compat", "num-traits/libm", "core-error", "libm", "hashbrown"]
# compiling for WASM
wasm-bindgen = ["instant/wasm-bindgen"]