Date: Fri, 26 Oct 2018 16:18:28 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483041 - head/Mk/Uses Message-ID: <201810261618.w9QGIS33042390@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Oct 26 16:18:28 2018 New Revision: 483041 URL: https://svnweb.freebsd.org/changeset/ports/483041 Log: Bump minimum Rust version after rP482993 Modified: head/Mk/Uses/cargo.mk Modified: head/Mk/Uses/cargo.mk ============================================================================== --- head/Mk/Uses/cargo.mk Fri Oct 26 16:03:12 2018 (r483040) +++ head/Mk/Uses/cargo.mk Fri Oct 26 16:18:28 2018 (r483041) @@ -46,7 +46,7 @@ DISTFILES+= ${CARGO_DIST_SUBDIR}/${_crate}.tar.gz:carg CARGO_BUILDDEP?= yes .if ${CARGO_BUILDDEP:tl} == "yes" -BUILD_DEPENDS+= rust>=1.29.1:lang/rust +BUILD_DEPENDS+= rust>=1.30.0:lang/rust .endif # Location of cargo binary (default to lang/rust's Cargo binary)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810261618.w9QGIS33042390>