git: 60b4b1b8bd54 - main - misc/xplr: fix patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Dec 2022 03:42:17 UTC
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']