aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/script.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 5b836d2..82b3a1d 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -1,6 +1,8 @@
set -ex
main() {
+ cargo generate-lockfile
+
case $TARGET in
thumbv*-none-eabi*)
cross build --target $TARGET
dd a filename and extension fields Add filename and extension (auto filled if data url) to allow downloading with right extension and filename Fix #788 * feat(base64 file converter): add a preview image Fix #594. Taken from #595 (thanks @SAF2k) 2024-05-13chore(version): release 2024.05.13-a0bc346v2024.5.13-a0bc346Gravatar Corentin Thomasset 1-1/+1 2024-05-13docs(changelog): update changelog for 2024.05.13-a0bc346Gravatar Corentin Thomasset 2-2/+51