pkgsrc-WIP-changes archive

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

Minimum rust version supporting edition 2024



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Thu Mar 26 08:13:32 2026 +0100
Changeset:	8c550588513bf33fe1f608b28ddfad33815055af

Modified Files:
	rust192-bin/buildlink3.mk
	rust192/buildlink3.mk
	rust192/rust.mk
	rust193-bin/buildlink3.mk
	rust193/buildlink3.mk
	rust193/rust.mk
	rust194-bin/buildlink3.mk
	rust194/buildlink3.mk
	rust194/rust.mk

Log Message:
Minimum rust version supporting  edition 2024

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

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

diffstat:
 rust192-bin/buildlink3.mk | 2 +-
 rust192/buildlink3.mk     | 2 +-
 rust192/rust.mk           | 4 ++--
 rust193-bin/buildlink3.mk | 2 +-
 rust193/buildlink3.mk     | 2 +-
 rust193/rust.mk           | 4 ++--
 rust194-bin/buildlink3.mk | 2 +-
 rust194/buildlink3.mk     | 2 +-
 rust194/rust.mk           | 4 ++--
 9 files changed, 12 insertions(+), 12 deletions(-)

diffs:
diff --git a/rust192-bin/buildlink3.mk b/rust192-bin/buildlink3.mk
index 1d6874ec86..8c92cdf53c 100644
--- a/rust192-bin/buildlink3.mk
+++ b/rust192-bin/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	rust-bin
 .if !defined(RUST_BIN_BUILDLINK3_MK)
 RUST_BIN_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.rust-bin+=	rust-bin>=1.56.1
+BUILDLINK_API_DEPENDS.rust-bin+=	rust-bin>=1.85.0
 BUILDLINK_PKGSRCDIR.rust-bin?=		../../lang/rust-bin
 BUILDLINK_PASSTHRU_DIRS+=		${PREFIX}/lib/rustlib
 .endif
diff --git a/rust192/buildlink3.mk b/rust192/buildlink3.mk
index d932a4d4fe..d4e9e2a261 100644
--- a/rust192/buildlink3.mk
+++ b/rust192/buildlink3.mk
@@ -9,7 +9,7 @@ BUILDLINK_TREE+=	rust
 .if !defined(RUST_BUILDLINK3_MK)
 RUST_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.rust+=	rust>=1.56.1
+BUILDLINK_API_DEPENDS.rust+=	rust>=1.85.0
 BUILDLINK_PKGSRCDIR.rust?=	../../wip/rust
 BUILDLINK_PASSTHRU_DIRS+=	${PREFIX}/lib/rustlib
 
diff --git a/rust192/rust.mk b/rust192/rust.mk
index dc01362fd5..d8a478987f 100644
--- a/rust192/rust.mk
+++ b/rust192/rust.mk
@@ -22,7 +22,7 @@
 # RUST_REQ
 #	The minimum version of Rust required by the package.
 #
-#	Default: 1.56.1
+#	Default: 1.85.0
 #
 # RUST_RUNTIME
 #	Whether rust is a runtime dependency.
@@ -34,7 +34,7 @@
 .include "../../mk/bsd.fast.prefs.mk"
 .include "platform.mk"
 
-RUST_REQ?=	1.56.1
+RUST_REQ?=	1.85.0
 RUST_RUNTIME?=	no
 
 .if ${MACHINE_PLATFORM:M*-*-earm*}
diff --git a/rust193-bin/buildlink3.mk b/rust193-bin/buildlink3.mk
index 1d6874ec86..8c92cdf53c 100644
--- a/rust193-bin/buildlink3.mk
+++ b/rust193-bin/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	rust-bin
 .if !defined(RUST_BIN_BUILDLINK3_MK)
 RUST_BIN_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.rust-bin+=	rust-bin>=1.56.1
+BUILDLINK_API_DEPENDS.rust-bin+=	rust-bin>=1.85.0
 BUILDLINK_PKGSRCDIR.rust-bin?=		../../lang/rust-bin
 BUILDLINK_PASSTHRU_DIRS+=		${PREFIX}/lib/rustlib
 .endif
diff --git a/rust193/buildlink3.mk b/rust193/buildlink3.mk
index d932a4d4fe..d4e9e2a261 100644
--- a/rust193/buildlink3.mk
+++ b/rust193/buildlink3.mk
@@ -9,7 +9,7 @@ BUILDLINK_TREE+=	rust
 .if !defined(RUST_BUILDLINK3_MK)
 RUST_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.rust+=	rust>=1.56.1
+BUILDLINK_API_DEPENDS.rust+=	rust>=1.85.0
 BUILDLINK_PKGSRCDIR.rust?=	../../wip/rust
 BUILDLINK_PASSTHRU_DIRS+=	${PREFIX}/lib/rustlib
 
diff --git a/rust193/rust.mk b/rust193/rust.mk
index dc01362fd5..d8a478987f 100644
--- a/rust193/rust.mk
+++ b/rust193/rust.mk
@@ -22,7 +22,7 @@
 # RUST_REQ
 #	The minimum version of Rust required by the package.
 #
-#	Default: 1.56.1
+#	Default: 1.85.0
 #
 # RUST_RUNTIME
 #	Whether rust is a runtime dependency.
@@ -34,7 +34,7 @@
 .include "../../mk/bsd.fast.prefs.mk"
 .include "platform.mk"
 
-RUST_REQ?=	1.56.1
+RUST_REQ?=	1.85.0
 RUST_RUNTIME?=	no
 
 .if ${MACHINE_PLATFORM:M*-*-earm*}
diff --git a/rust194-bin/buildlink3.mk b/rust194-bin/buildlink3.mk
index 1d6874ec86..8c92cdf53c 100644
--- a/rust194-bin/buildlink3.mk
+++ b/rust194-bin/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	rust-bin
 .if !defined(RUST_BIN_BUILDLINK3_MK)
 RUST_BIN_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.rust-bin+=	rust-bin>=1.56.1
+BUILDLINK_API_DEPENDS.rust-bin+=	rust-bin>=1.85.0
 BUILDLINK_PKGSRCDIR.rust-bin?=		../../lang/rust-bin
 BUILDLINK_PASSTHRU_DIRS+=		${PREFIX}/lib/rustlib
 .endif
diff --git a/rust194/buildlink3.mk b/rust194/buildlink3.mk
index 9036ba1f86..dba88f49fb 100644
--- a/rust194/buildlink3.mk
+++ b/rust194/buildlink3.mk
@@ -9,7 +9,7 @@ BUILDLINK_TREE+=	rust
 .if !defined(RUST_BUILDLINK3_MK)
 RUST_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.rust+=	rust>=1.56.1
+BUILDLINK_API_DEPENDS.rust+=	rust>=1.85.0
 BUILDLINK_PKGSRCDIR.rust?=	../../lang/rust
 BUILDLINK_PASSTHRU_DIRS+=	${PREFIX}/lib/rustlib
 
diff --git a/rust194/rust.mk b/rust194/rust.mk
index dc01362fd5..d8a478987f 100644
--- a/rust194/rust.mk
+++ b/rust194/rust.mk
@@ -22,7 +22,7 @@
 # RUST_REQ
 #	The minimum version of Rust required by the package.
 #
-#	Default: 1.56.1
+#	Default: 1.85.0
 #
 # RUST_RUNTIME
 #	Whether rust is a runtime dependency.
@@ -34,7 +34,7 @@
 .include "../../mk/bsd.fast.prefs.mk"
 .include "platform.mk"
 
-RUST_REQ?=	1.56.1
+RUST_REQ?=	1.85.0
 RUST_RUNTIME?=	no
 
 .if ${MACHINE_PLATFORM:M*-*-earm*}


Home | Main Index | Thread Index | Old Index