From 83cf118bc9e661152bbd56c1ed2b70e7577eddc5 Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 1 Nov 2023 13:24:30 +0100 Subject: [PATCH] build(update.sh): Do not append to the `src/tests.rs` file --- update.sh | 5 +++++ 1 file changed, 5 insertions(+) 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