pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust-bin



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Jul  1 07:00:28 UTC 2022

Modified Files:
        pkgsrc/lang/rust-bin: buildlink3.mk

Log Message:
lang/rust-bin: Bump minimum rust version

By now a large number of Rust projects have migrated to edition = 2021, which
requires Rust >= 1.56.

Some projects still using edition = 2018 could, technically build with 1.20.
But, since several libs have also adopted edition = 2021, many would fail while
building dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/rust-bin/buildlink3.mk

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

Modified files:

Index: pkgsrc/lang/rust-bin/buildlink3.mk
diff -u pkgsrc/lang/rust-bin/buildlink3.mk:1.1 pkgsrc/lang/rust-bin/buildlink3.mk:1.2
--- pkgsrc/lang/rust-bin/buildlink3.mk:1.1      Sun Jun 14 15:33:28 2020
+++ pkgsrc/lang/rust-bin/buildlink3.mk  Fri Jul  1 07:00:28 2022
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/06/14 15:33:28 nia Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2022/07/01 07:00:28 pin Exp $
 
 BUILDLINK_TREE+=       rust-bin
 
 .if !defined(RUST_BIN_BUILDLINK3_MK)
 RUST_BIN_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.rust-bin+=       rust-bin>=1.20.0
+BUILDLINK_API_DEPENDS.rust-bin+=       rust-bin>=1.56.1
 BUILDLINK_PKGSRCDIR.rust-bin?=         ../../lang/rust-bin
 BUILDLINK_PASSTHRU_DIRS+=              ${PREFIX}/lib/rustlib
 .endif



Home | Main Index | Thread Index | Old Index