From 2e2028da31255d105bba5b0d98993bc9f6006aa0 Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 27 Mar 2024 10:56:11 +0100 Subject: [PATCH] build(update.sh): Include the main example in the updates --- update.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/update.sh b/update.sh index 7bc5df6..9332246 100755 --- a/update.sh +++ b/update.sh @@ -20,3 +20,9 @@ # If not, see . cargo update && cargo upgrade +cd ./example/main || { + echo "Main example is missing"; + exit 1 +} +cargo update && cargo upgrade +