diff options
Diffstat (limited to 'lang/rust/Makefile')
-rw-r--r-- | lang/rust/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 10808fd64378..27554c6eea3b 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rust -PORTVERSION?= 1.41.1 +PORTVERSION?= 1.42.0 PORTREVISION?= 0 CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/:src \ @@ -62,9 +62,9 @@ WASM_VARS_OFF= _RUST_BUILD_WASM=false WASM_VARS= _RUST_BUILD_WASM=true # See WRKSRC/src/stage0.txt for the date and version values. -BOOTSTRAPS_DATE?= 2020-01-11 -RUST_BOOTSTRAP_VERSION?= 1.40.0 -CARGO_BOOTSTRAP_VERSION?= 0.41.0 +BOOTSTRAPS_DATE?= 2020-02-29 +RUST_BOOTSTRAP_VERSION?= 1.41.1 +CARGO_BOOTSTRAP_VERSION?= 0.42.0 BOOTSTRAPS_SUFFIX?= ${BOOTSTRAPS_SUFFIX_${ARCH}} BOOTSTRAPS_SUFFIX_powerpc64?= -${PPC_ABI:tl} |