pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/tui-journal



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Nov 24 17:11:22 UTC 2024

Modified Files:
        pkgsrc/misc/tui-journal: Makefile

Log Message:
misc/tui-journal: reflect the required Rust version


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/tui-journal/Makefile

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

Modified files:

Index: pkgsrc/misc/tui-journal/Makefile
diff -u pkgsrc/misc/tui-journal/Makefile:1.27 pkgsrc/misc/tui-journal/Makefile:1.28
--- pkgsrc/misc/tui-journal/Makefile:1.27       Wed Nov 13 08:48:21 2024
+++ pkgsrc/misc/tui-journal/Makefile    Sun Nov 24 17:11:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2024/11/13 08:48:21 pin Exp $
+# $NetBSD: Makefile,v 1.28 2024/11/24 17:11:21 pin Exp $
 
 DISTNAME=      tui-journal-0.12.1
 CATEGORIES=    misc
@@ -12,7 +12,7 @@ LICENSE=      mit
 
 .include "cargo-depends.mk"
 
-RUST_REQ=      1.75.0
+RUST_REQ=      1.81.0
 USE_TOOLS+=    pkg-config
 
 MAKE_ENV+=     OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}



Home | Main Index | Thread Index | Old Index