aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-10-18 16:38:55 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-10-25 08:46:49 +0000
commit124261fa7deb972b647c686d2531bbba0a9a4223 (patch)
tree5ec9c9b8e20997bf1806575746a5dfcf7cc800de /Mk/Uses
parent1f0c55f9e4cb2fec452e56f1d5ee42ff4852a516 (diff)
downloadports-124261fa7deb972b647c686d2531bbba0a9a4223.tar.gz
ports-124261fa7deb972b647c686d2531bbba0a9a4223.zip
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/cargo.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/cargo.mk b/Mk/Uses/cargo.mk
index 2e361f771716..131b02f52ba1 100644
--- a/Mk/Uses/cargo.mk
+++ b/Mk/Uses/cargo.mk
@@ -60,7 +60,7 @@ DISTFILES+= ${CARGO_DIST_SUBDIR}/${_crate}${CARGO_CRATE_EXT}:_cargo_${_index}
CARGO_BUILDDEP?= yes
.if ${CARGO_BUILDDEP:tl} == "yes"
-BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.55.0:lang/${RUST_DEFAULT}
+BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.56.0:lang/${RUST_DEFAULT}
.endif
# Location of cargo binary (default to lang/rust's Cargo binary)