From a0f75040c33de258126f7cde1f2896c2d4b4d6d5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 7 Mar 2025 17:57:00 +0100 Subject: pkgs/back/update.sh: Don't worry about incompatible semver changes `back` is usually not big enough to be affected by semver incompatible changes. (And if it's affected, fixing it is usually really simple.) --- pkgs/by-name/ba/back/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ba/back/update.sh b/pkgs/by-name/ba/back/update.sh index c715a63..11bd23a 100755 --- a/pkgs/by-name/ba/back/update.sh +++ b/pkgs/by-name/ba/back/update.sh @@ -11,5 +11,5 @@ # You should have received a copy of the License along with this program. # If not, see . -[ "$1" = "upgrade" ] && cargo upgrade +[ "$1" = "upgrade" ] && cargo upgrade --incompatible cargo update -- cgit 1.4.1