Skip to content

Commit

Permalink
Add missing mlua feature to lune-std-luau
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jun 23, 2024
1 parent a7ac864 commit c7cbda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lune-std-luau/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ path = "src/lib.rs"
workspace = true

[dependencies]
mlua = { version = "0.9.7", features = ["luau"] }
mlua = { version = "0.9.7", features = ["luau", "luau-jit"] }

lune-utils = { version = "0.1.2", path = "../lune-utils" }

0 comments on commit c7cbda9

Please sign in to comment.