pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cargo-modules



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue May  6 19:12:22 UTC 2025

Modified Files:
        pkgsrc/devel/cargo-modules: Makefile

Log Message:
devel/cargo-modules: add required MSRV for update


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/cargo-modules/Makefile

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

Modified files:

Index: pkgsrc/devel/cargo-modules/Makefile
diff -u pkgsrc/devel/cargo-modules/Makefile:1.38 pkgsrc/devel/cargo-modules/Makefile:1.39
--- pkgsrc/devel/cargo-modules/Makefile:1.38    Sun Apr 13 15:19:38 2025
+++ pkgsrc/devel/cargo-modules/Makefile Tue May  6 19:12:22 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2025/04/13 15:19:38 pin Exp $
+# $NetBSD: Makefile,v 1.39 2025/05/06 19:12:22 pin Exp $
 
 DISTNAME=      cargo-modules-0.23.1
+# cargo-modules >= 0.24.0 requires Rust >= 1.86
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=regexident/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index