aboutsummaryrefslogtreecommitdiff
path: root/misc/xplr
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-12-13 03:42:14 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-12-13 03:42:14 +0000
commit60b4b1b8bd5402fd3e180716dda25915848dee46 (patch)
treeb8c676869604b7e493dd82bfa7b48399797113f4 /misc/xplr
parent7cf38b8bd5dcc7490c9f45552e50318d441ee371 (diff)
downloadports-60b4b1b8bd5402fd3e180716dda25915848dee46.tar.gz
ports-60b4b1b8bd5402fd3e180716dda25915848dee46.zip
misc/xplr: fix patch
Diffstat (limited to 'misc/xplr')
-rw-r--r--misc/xplr/files/extra-patch-Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xplr/files/extra-patch-Cargo.toml b/misc/xplr/files/extra-patch-Cargo.toml
index 2d7ddc422942..e003e809d828 100644
--- a/misc/xplr/files/extra-patch-Cargo.toml
+++ b/misc/xplr/files/extra-patch-Cargo.toml
@@ -3,7 +3,7 @@
@@ -63,7 +63,7 @@ features = ['serde']
[dependencies.mlua]
- version = "0.8.3"
+ version = "0.8.6"
-features = ['luajit', 'vendored', 'serialize', 'send']
+features = ['luajit', 'serialize', 'send']