summaryrefslogtreecommitdiff
path: root/Mk/Uses/cargo.mk
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2022-01-12 10:38:51 +0100
committerTobias Kortkamp <tobik@FreeBSD.org>2022-01-17 12:56:32 +0100
commit183588879e6bae37e4fd11e4b3336c49d6e64e0f (patch)
treed30b6e7a0d61145c97b7c802edf9fcf6c8b1a453 /Mk/Uses/cargo.mk
parenteditors/mg: Update to 7.0 (diff)
lang/rust: Update to 1.58.0
Changes: https://blog.rust-lang.org/2022/01/13/Rust-1.58.0.html PR: 261150 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D33864
Diffstat (limited to 'Mk/Uses/cargo.mk')
-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 a1508a9831aa..bd02dadfaee9 100644
--- a/Mk/Uses/cargo.mk
+++ b/Mk/Uses/cargo.mk
@@ -97,7 +97,7 @@ WRKSRC_crate_${_crate}= ${WRKDIR}/${_wrksrc}
CARGO_BUILDDEP?= yes
.if ${CARGO_BUILDDEP:tl} == "yes"
-BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.57.0:lang/${RUST_DEFAULT}
+BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.58.0:lang/${RUST_DEFAULT}
.endif
# Location of toolchain (default to lang/rust's toolchain)