From f8d62f441657e5a1c41b224ebce1527f26ceea28 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Tue, 2 Dec 2025 20:44:50 +0000 Subject: [PATCH] Force install --- scripts/bump-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bump-version.sh b/scripts/bump-version.sh index 2c802218..6190eb3e 100755 --- a/scripts/bump-version.sh +++ b/scripts/bump-version.sh @@ -15,7 +15,7 @@ else exit 1 fi -cargo install cargo-edit +cargo install cargo-edit --force if [[ -n $(git status --porcelain) ]]; then echo "Your working directory is not clean. Please commit or stash your changes before proceeding."