aboutsummaryrefslogtreecommitdiff
path: root/lang/rust/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/rust/Makefile')
-rw-r--r--lang/rust/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 71d8416d34b8..5163c8e7d970 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rust
-PORTVERSION?= 1.70.0
-PORTREVISION?= 1
+PORTVERSION?= 1.71.0
+PORTREVISION?= 0
CATEGORIES= lang
MASTER_SITES= https://static.rust-lang.org/dist/:src \
https://dev-static.rust-lang.org/dist/:src \
@@ -68,8 +68,8 @@ WASM_VARS= _COMPONENTS+="rust-analysis-${_PACKAGE_VERS}-wasm32-unknown-unknown
WASM_VARS_OFF= _RUST_BUILD_WASM=false
# See WRKSRC/src/stage0.json for the date and version values
-BOOTSTRAPS_DATE?= 2023-04-20
-RUST_BOOTSTRAP_VERSION?= 1.69.0
+BOOTSTRAPS_DATE?= 2023-06-01
+RUST_BOOTSTRAP_VERSION?= 1.70.0
CARGO_VENDOR_DIR?= ${WRKSRC}/vendor