Install set-version

This commit is contained in:
Andras Schmelczer 2025-11-30 15:26:22 +00:00
parent 9349afc00f
commit bbf81d3111

View file

@ -15,6 +15,8 @@ else
exit 1
fi
cargo install cargo-set-version
if [[ -n $(git status --porcelain) ]]; then
echo "Your working directory is not clean. Please commit or stash your changes before proceeding."
exit 1