Add missing error-send feature to mlua in lune-std-serde

This commit is contained in:
Filip Tibell 2025-04-25 16:29:00 +02:00
parent c3f483b3dd
commit fc12e15a9a
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ path = "src/lib.rs"
workspace = true
[dependencies]
mlua = { version = "0.10.3", features = ["luau", "serialize"] }
mlua = { version = "0.10.3", features = ["luau", "serialize", "error-send"] }
async-compression = { version = "0.4", features = [
"futures-io",