Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2022 03:42:17 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 60b4b1b8bd54 - main - misc/xplr: fix patch
Message-ID:  <202212130342.2BD3gHJA003004@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=60b4b1b8bd5402fd3e180716dda25915848dee46

commit 60b4b1b8bd5402fd3e180716dda25915848dee46
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-12-13 03:42:14 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-12-13 03:42:14 +0000

    misc/xplr: fix patch
---
 misc/xplr/files/extra-patch-Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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']
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212130342.2BD3gHJA003004>