diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-09-28 18:47:25 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-09-28 18:47:25 +0000 |
commit | df7309780229aa322878236c477a89d22df038b5 (patch) | |
tree | e25ea16d97be0570a2eccb78787962b611f5b9cf /Mk/Uses | |
parent | 92cbaa81c84aff1764442811f2a461e50c92be4a (diff) | |
download | ports-df7309780229aa322878236c477a89d22df038b5.tar.gz ports-df7309780229aa322878236c477a89d22df038b5.zip |
Notes
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/cargo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/cargo.mk b/Mk/Uses/cargo.mk index 7590170a069b..6c2514d5367e 100644 --- a/Mk/Uses/cargo.mk +++ b/Mk/Uses/cargo.mk @@ -46,7 +46,7 @@ DISTFILES+= ${CARGO_DIST_SUBDIR}/${_crate}.tar.gz:cargo_${_crate:S/-//g:S/.//g} CARGO_BUILDDEP?= yes .if ${CARGO_BUILDDEP:tl} == "yes" -BUILD_DEPENDS+= rust>=1.19.0_2:lang/rust +BUILD_DEPENDS+= rust>=1.29.1:lang/rust .endif # Location of cargo binary (default to lang/rust's Cargo binary) |