summaryrefslogtreecommitdiff
path: root/sysutils/xplr/patches/patch-Cargo.toml
blob: cc0817f84d84e6c928a3be57b9fa82a63c585bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-Cargo.toml,v 1.8 2021/10/07 11:50:44 pin Exp $

Don't pull the vendored version, use native LuaJIT2

--- Cargo.toml.orig	2021-10-05 11:25:45.000000000 +0000
+++ Cargo.toml
@@ -30,7 +30,7 @@ lazy_static = "1.4.0"
 indexmap = { version = "1.7.0", features = ["serde"] }
 natord = "1.0.9"
 humansize = "1.1.1"
-mlua = { version = "0.6.4", features = ["luajit", "vendored", "serialize", "send"] }
+mlua = { version = "0.6.4", features = ["luajit", "serialize", "send"] }
 ansi-to-tui = "0.4.1"
 libc = "0.2.103"