diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-12-05 07:32:44 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-12-05 12:35:42 +0000 |
commit | 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605 (patch) | |
tree | f19faf08e0e0532b418c5a993e62c3342ebb7cd2 /shells/starship | |
parent | 237b36fa2e73986dc19284686e80a47cb329bb6f (diff) | |
download | ports-5a7f23c69df040ff8b38bb1c0d25db96cc1c2605.tar.gz ports-5a7f23c69df040ff8b38bb1c0d25db96cc1c2605.zip |
lang/rust: Rebuild consumers for Rust 1.57.0
Diffstat (limited to 'shells/starship')
-rw-r--r-- | shells/starship/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/starship/Makefile b/shells/starship/Makefile index 83a58d959a2b..505916307bb0 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -1,6 +1,6 @@ PORTNAME= starship DISTVERSION= 0.58.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} |