Skip to content

Commit dbd3032

Browse files
committed
Compile against luajit, default in Neovim
1 parent 2557a7a commit dbd3032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
pulldown-cmark = "0.7.1"
12-
mlua = "0.3.2"
12+
mlua = { version = "0.3.2", default-features = false, features = [ "luajit" ] }
1313
mlua_derive = "0.3.0"

0 commit comments

Comments
 (0)