pkgsrc-WIP-changes archive

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

cargo-c: reflect reality



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon Jun 24 08:32:40 2024 +0200
Changeset:	932e9503339c8442b8c8368894f7a8599d799b3f

Modified Files:
	cargo-c/Makefile

Log Message:
cargo-c: reflect reality

Requires Rust-1.77

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

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

diffstat:
 cargo-c/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/cargo-c/Makefile b/cargo-c/Makefile
index 2a9afa6b15..1677ed9d62 100644
--- a/cargo-c/Makefile
+++ b/cargo-c/Makefile
@@ -14,7 +14,7 @@ SITES.curl-sys-0.4.72+curl-8.6.0.crate=	https://static.crates.io/crates/curl-sys
 
 USE_TOOLS+=	pkg-config
 
-RUST_REQ=	1.76.0
+RUST_REQ=	1.77.2
 MAKE_ENV+=	OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
 


Home | Main Index | Thread Index | Old Index