Skip to content

Commit

Permalink
deps: enable "luau-jit" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jan 12, 2024
1 parent a7c765c commit 4e62c47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,11 @@ jsonxf = { version = "1", optional = true }
jql-runner = { version = "7.1", default-features = false, optional = true }
log = "0.4"
mimalloc = { version = "0.1", default-features = false, optional = true }
mlua = { version = "0.9", features = ["luau", "serialize"], optional = true }
mlua = { version = "0.9", features = [
"luau",
"luau-jit",
"serialize",
], optional = true }
num_cpus = "1"
odht = "0.3"
phf = { version = "0.11", features = ["macros"], optional = true }
Expand Down

0 comments on commit 4e62c47

Please sign in to comment.