Skip to content

Commit

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

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

async-compression = { version = "0.4", features = [
"tokio",
Expand Down

0 comments on commit a13b17f

Please sign in to comment.