summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-09-28 20:50:35 +0200
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-09-28 20:53:49 +0200
commitbff319f0869553daa3e8b5cad03e2d8041b92d14 (patch)
tree522287c493e1f154277eb454e1b2df4f0b1c2e75 /misc
parentmail/thunderbird: update to 102.3.1 (rc1) (diff)
misc/xplr: fix patching on powerpc64*
Diffstat (limited to 'misc')
-rw-r--r--misc/xplr/files/extra-patch-Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/xplr/files/extra-patch-Cargo.toml b/misc/xplr/files/extra-patch-Cargo.toml
index 71b42d2bdaf2..2d7ddc422942 100644
--- a/misc/xplr/files/extra-patch-Cargo.toml
+++ b/misc/xplr/files/extra-patch-Cargo.toml
@@ -1,11 +1,11 @@
---- Cargo.toml.orig 2022-06-06 15:39:26 UTC
+--- Cargo.toml.orig 2022-09-11 02:46:38 UTC
+++ Cargo.toml
-@@ -60,7 +60,7 @@ features = ['serde']
+@@ -63,7 +63,7 @@ features = ['serde']
[dependencies.mlua]
- version = "0.7.4"
+ version = "0.8.3"
-features = ['luajit', 'vendored', 'serialize', 'send']
+features = ['luajit', 'serialize', 'send']
[dependencies.tui-input]
- version = "0.4.2"
+ version = "0.5.1"