summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-12-06 17:11:14 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-12-06 17:11:14 +0000
commit7c64203f67e1b9da62dbb9529801a35a5afdcbce (patch)
tree34462cdd222bac0d63ff2e4a8943cb05b7a9f7ba /Mk
parentUSES=cargo to convert LDFLAGS into RUSTFLAGS (diff)
lang/rust: update to 1.31.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18427
Notes
Notes: svn path=/head/; revision=486770
Diffstat (limited to '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 a58c1853f8e2..bc1bbb5047b5 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.30.0:lang/rust
+BUILD_DEPENDS+= rust>=1.31.0:lang/rust
.endif
# Location of cargo binary (default to lang/rust's Cargo binary)