mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Add missing error-send feature to mlua in lune-std-serde
This commit is contained in:
parent
c3f483b3dd
commit
fc12e15a9a
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue