Skip to content

Commit e3c4155

Browse files
committed
luajit as default
1 parent 3d19e9c commit e3c4155

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/luals/Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ tokio.workspace = true
1616
luals-basic = { path = "../basic" , optional = true }
1717

1818
[features]
19-
default = ["luals-basic"]
20-
no_format = ["luals-basic/no_format"]
19+
default = ["luals-basic", "luajit"]
20+
no_format = ["luals-basic/no_format"]
21+
luajit = ["luals-basic/luajit"]

0 commit comments

Comments
 (0)