mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
52 lines
1.2 KiB
Diff
52 lines
1.2 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index 48a08f8..aca9b79 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -701,25 +701,6 @@ dependencies = [
|
|
"nu-ansi-term",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "lua-src"
|
|
-version = "546.0.0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8cb00c1380f1b4b4928dd211c07301ffa34872a239e590bd3219d9e5b213face"
|
|
-dependencies = [
|
|
- "cc",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "luajit-src"
|
|
-version = "210.4.7+resty107baaf"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "ca76a3752fc130e5dabef71792f4f7095babb72f7c85860c7830eb746ad8bf31"
|
|
-dependencies = [
|
|
- "cc",
|
|
- "which",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.5.0"
|
|
@@ -786,8 +768,6 @@ dependencies = [
|
|
"bstr 0.2.17",
|
|
"cc",
|
|
"erased-serde",
|
|
- "lua-src",
|
|
- "luajit-src",
|
|
"num-traits",
|
|
"once_cell",
|
|
"pkg-config",
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 336d25e..ebb2df8 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -72,7 +72,7 @@ features = ['serde']
|
|
|
|
[dependencies.mlua]
|
|
version = "0.8.9"
|
|
-features = ['luajit', 'vendored', 'serialize', 'send']
|
|
+features = ['luajit', 'serialize', 'send']
|
|
|
|
[dependencies.tui-input]
|
|
version = "0.7.0"
|