mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
42 lines
980 B
Diff
42 lines
980 B
Diff
--- a/src/Cargo.toml
|
|
+++ b/src/Cargo.toml
|
|
@@ -46 +46 @@
|
|
-mlua = { version = "0.8.3", features = ["luajit52", "vendored", "serialize"] }
|
|
+mlua = { version = "0.8.3", features = ["lua54", "serialize"] }
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -641,24 +641,6 @@
|
|
]
|
|
|
|
[[package]]
|
|
-name = "lua-src"
|
|
-version = "544.0.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "708ba3c844d5e9d38def4a09dd871c17c370f519b3c4b7261fbabe4a613a814c"
|
|
-dependencies = [
|
|
- "cc",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "luajit-src"
|
|
-version = "210.4.3+resty8384278"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "19ee5d5afddf1ec76ffa55ca7c3001f2f8a703834beba53c56a38ea6641cef44"
|
|
-dependencies = [
|
|
- "cc",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "memchr"
|
|
version = "2.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
@@ -716,8 +698,6 @@
|
|
"bstr",
|
|
"cc",
|
|
"erased-serde",
|
|
- "lua-src",
|
|
- "luajit-src",
|
|
"num-traits",
|
|
"once_cell",
|
|
"pkg-config",
|