From c4722dbf76c293178376a0fe3d931451b34d7562 Mon Sep 17 00:00:00 2001 From: travankor Date: Sat, 29 Feb 2020 20:25:23 -0700 Subject: [PATCH] starship: rebuild with rust 1.41.1. Fix bound checks. [ci skip] --- srcpkgs/starship/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index 2c00a545f3..c25c217d7e 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,7 +1,7 @@ # Template file for 'starship' pkgname=starship version=0.35.1 -revision=2 +revision=3 build_style=cargo build_helper="rust" hostmakedepends="pkg-config"