diff --git a/Cargo.toml b/Cargo.toml index d3a8bd6..1d25249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,9 @@ log = "0.4.20" log4rs = { version = "1.2.0", features = ["console_appender"] } rhai = { version = "1.17.0", features = [ "f32_float", + "only_i32", "metadata", "sync", "no_custom_syntax", + "no_closure", ] }