diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-13 03:39:24 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-13 03:39:24 +0800 |
commit | 25b7de7213eea407d171f3e65f8d682a8482847b (patch) | |
tree | 0ada9a7d3e5bb0454fd54d1e8d78290713a2735a /Mk | |
parent | 7051bd1498446b147f0b5a4c25055f642ce13874 (diff) | |
download | freebsd-ports-gnome-25b7de7213eea407d171f3e65f8d682a8482847b.tar.gz freebsd-ports-gnome-25b7de7213eea407d171f3e65f8d682a8482847b.tar.zst freebsd-ports-gnome-25b7de7213eea407d171f3e65f8d682a8482847b.zip |
lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24020
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/cargo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/cargo.mk b/Mk/Uses/cargo.mk index 39755ecb17c4..e30d07ce0fe4 100644 --- a/Mk/Uses/cargo.mk +++ b/Mk/Uses/cargo.mk @@ -45,7 +45,7 @@ DISTFILES+= ${CARGO_DIST_SUBDIR}/${_crate}.tar.gz:cargo_${_crate:C/[^a-zA-Z0-9_] CARGO_BUILDDEP?= yes .if ${CARGO_BUILDDEP:tl} == "yes" -BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.41.1:lang/${RUST_DEFAULT} +BUILD_DEPENDS+= ${RUST_DEFAULT}>=1.42.0:lang/${RUST_DEFAULT} .endif # Location of cargo binary (default to lang/rust's Cargo binary) |