From 1e95ecea8b9b52971590782c40a2702ddc9e1ce2 Mon Sep 17 00:00:00 2001 From: cscherr Date: Wed, 16 Apr 2025 16:06:11 +0200 Subject: [PATCH] lock --- prepare-challenge.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-challenge.sh b/prepare-challenge.sh index 5bdc796..f407297 100755 --- a/prepare-challenge.sh +++ b/prepare-challenge.sh @@ -2,6 +2,6 @@ EXPORT_DIR="challenge" mkdir -p $EXPORT_DIR -cargo build --release +cargo build --release --locked cp ./target/release/timars $EXPORT_DIR/timars cp CHALLENGE-NOTES.txt $EXPORT_DIR/notes.txt