diff --git a/update.sh b/update.sh index a4ee25a..e3875ce 100755 --- a/update.sh +++ b/update.sh @@ -10,6 +10,11 @@ update() { update . +cd ./trinitry || (echo "No trinitry directory" && exit 1) +cargo update && cargo upgrade +./update.sh > ./src/tests.rs +cd .. + git add Cargo.lock Cargo.toml flake.lock # vim: ft=sh