pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

yazi: add MSRV



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sun Feb 9 09:24:56 2025 +0100
Changeset:	75a6f6eed95e7c815b26d0d1516878fc808fb909

Modified Files:
	yazi/Makefile

Log Message:
yazi: add MSRV

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=75a6f6eed95e7c815b26d0d1516878fc808fb909

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 yazi/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/yazi/Makefile b/yazi/Makefile
index 49a3472360..47c4f31d2c 100644
--- a/yazi/Makefile
+++ b/yazi/Makefile
@@ -12,9 +12,7 @@ LICENSE=	mit
 
 .include "cargo-depends.mk"
 
-#RUST_REQ=	1.84.1
-#Upstream does not state the required MSRV.
-#This package is confirmed to build with Rust 1.84.1 on amd64
+RUST_REQ=	1.83.0
 USE_LANGUAGES+=	c c++
 USE_TOOLS+=	gmake pkg-config
 


Home | Main Index | Thread Index | Old Index