Fix no_std.

This commit is contained in:
Stephen Chung
2020-12-30 22:37:22 +08:00
parent 8bb8df08ac
commit 8f7a588ac3
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ homepage = "https://github.com/jonathandturner/rhai/tree/no_std/no_std_test"
repository = "https://github.com/jonathandturner/rhai"
[dependencies]
rhai = { path = "../../", features = [ "no_std", "unchecked", "only_i32", "f32_float", "no_module" ], default_features = false }
rhai = { path = "../../", features = [ "no_std" ], default_features = false }
wee_alloc = { version = "0.4.5", default_features = false }
[profile.dev]