Uprev norm

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-07-22 11:31:24 +05:30
parent fc70ae28d2
commit 2fe2e7ca3d
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
2 changed files with 2 additions and 1 deletions

View file

@ -28,6 +28,7 @@ RUN nimble build --passL:-L/usr/lib \
-d:release \
--opt:speed \
--mm:orc \
--deepcopy=on \
--accept
RUN strip -s /app/nim_censor_bot && \

View file

@ -12,4 +12,4 @@ bin = @["nim_censor_bot"]
requires "nim >= 1.6.0"
requires "telebot >= 2022.04.17"
requires "norm >= 2.4.0"
requires "norm >= 2.5.0"