From 4c0421055004da538ac7ea6a81a93994cbca0352 Mon Sep 17 00:00:00 2001 From: Nick Gerakines <12125+ngerakines@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:27:57 -0500 Subject: [PATCH] bug: typo in cargo config Signed-off-by: Nick Gerakines <12125+ngerakines@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cfd12a4..c788dd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ lto = true strip = true [features] -default = [""] +default = [] rhai = ["dep:rhai"] [dependencies] -- 2.51.2