www/firefox: bump required rust version after r509978

This commit is contained in:
Jan Beich 2019-09-05 10:39:58 +00:00
parent 6f8c241642
commit 3469b395af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511172

View File

@ -74,7 +74,7 @@ CONFIGURE_OUTSOURCE= yes
BUNDLE_LIBS= yes
BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.34:lang/${RUST_DEFAULT}
BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT}
.if ${MOZILLA_VER:R:R} >= 56
BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}