1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
aports/community/xplr/mlua-lua54.patch
2025-07-08 23:59:47 +01:00

11 lines
251 B
Diff

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,7 +77,7 @@ features = ['serde']
[dependencies.mlua]
version = "0.10.5"
-features = ['luajit', 'serialize', 'send']
+features = ['lua54', 'serialize', 'send']
[dependencies.tui-input]
version = "0.14.0"