build(update.sh): Include the language_macros dir in the update

This commit is contained in:
Benedikt Peetz 2023-10-18 21:14:23 +02:00
parent 97c7327d54
commit 66bf5e3b6f
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 6 additions and 0 deletions

View File

@ -3,5 +3,11 @@
cargo update && cargo upgrade cargo update && cargo upgrade
cd ./language_macros || (echo "No language_macros directory" && exit 1)
cargo update && cargo upgrade
cd ..
git add Cargo.lock Cargo.toml flake.lock ./language_macros/Cargo.toml
# vim: ft=sh # vim: ft=sh