Uprev norm
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
fc70ae28d2
commit
2fe2e7ca3d
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ RUN nimble build --passL:-L/usr/lib \
|
||||||
-d:release \
|
-d:release \
|
||||||
--opt:speed \
|
--opt:speed \
|
||||||
--mm:orc \
|
--mm:orc \
|
||||||
|
--deepcopy=on \
|
||||||
--accept
|
--accept
|
||||||
|
|
||||||
RUN strip -s /app/nim_censor_bot && \
|
RUN strip -s /app/nim_censor_bot && \
|
||||||
|
|
|
@ -12,4 +12,4 @@ bin = @["nim_censor_bot"]
|
||||||
|
|
||||||
requires "nim >= 1.6.0"
|
requires "nim >= 1.6.0"
|
||||||
requires "telebot >= 2022.04.17"
|
requires "telebot >= 2022.04.17"
|
||||||
requires "norm >= 2.4.0"
|
requires "norm >= 2.5.0"
|
||||||
|
|
Loading…
Reference in a new issue