feat(packages): replace old crystal version

This commit is contained in:
devnote-dev 2023-09-03 20:29:22 +01:00
parent b9adb6f854
commit f70ecdd8b4
6 changed files with 2 additions and 2 deletions

View file

@ -1,5 +0,0 @@
#!/usr/bin/env bash
# Compile crystal files into out file
crystal build "$@" -o out --no-color && \
chmod +x out