update dependencys

This commit is contained in:
2025-08-26 00:38:10 +02:00
parent db3fa1b75f
commit 266850dccf
3 changed files with 24 additions and 22 deletions

View File

@@ -2,6 +2,8 @@
rm webTemplate-*
set -e
version="$(cat Cargo.toml | grep '^version' | sed -e 's/^.*"\([^"]*\)".*$/\1/')"
commit="$(git show --oneline -s | sed -e 's/ .*$//')"
dirty="$(test "$(git diff --shortstat 2> /dev/null | tail -n1)" == "" || echo -n "_drity" )"