Skip to content

Commit 48ef9e3

Browse files
committed
build(lua): switch from lua54 to luajit for better performance
1 parent e37ae6e commit 48ef9e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mime_guess = "2.0.5"
2626
mlua = { version = "0.11.6", optional = true, features = [
2727
"anyhow",
2828
"async",
29-
"lua54",
29+
"luajit",
3030
"macros",
3131
"send",
3232
"serialize",

0 commit comments

Comments
 (0)