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 Oct  1 07:54:39 UTC 2024

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

Log Message:
devel/cargo-modules: require Rust-1.81


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/devel/cargo-modules/Makefile:1.33
--- pkgsrc/devel/cargo-modules/Makefile:1.32    Sat Aug 24 03:45:36 2024
+++ pkgsrc/devel/cargo-modules/Makefile Tue Oct  1 07:54:38 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2024/08/24 03:45:36 pin Exp $
+# $NetBSD: Makefile,v 1.33 2024/10/01 07:54:38 pin Exp $
 
 DISTNAME=      cargo-modules-0.16.10
 # cargo-modules-0.17.0 requires Rust >= 1.80.0 to build.
+# cargo-modules-0.18.0 requires Rust >= 1.81.0 to build.
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=regexident/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index