From 70ed508b0a871bfd0534d6eda9d50a05fef2254f Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Sat, 22 Feb 2025 16:44:37 -0500 Subject: [PATCH] perf: switch to luau-jit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12e2746..7af3538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,5 @@ http-body-util = "0" hyper = { version = "1", features = ["server"] } hyper-util = "0" log = { version = "0" } -mlua = { version = "0", features = ["async", "luau", "send"] } +mlua = { version = "0", features = ["async", "luau-jit", "send"] } tokio = { version = "1", features = ["macros"] }