diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-05-07 19:13:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 19:13:41 +0800 |
commit | 78d70d5fdf68fff8345b80ddc6419d5fbe8bd877 (patch) | |
tree | 939331bd21a076a4f5a338a146f3ea450bc0dbed /testament | |
parent | 1ef4d04a1e56f67d85559a7964e9467df06bc2d7 (diff) | |
download | Nim-78d70d5fdf68fff8345b80ddc6419d5fbe8bd877.tar.gz |
bring `telebot` back (#23578)
Reverts nim-lang/Nim#23566 ref https://github.com/ba0f3/telebot.nim/commit/afe4ad877ec015091f5b6fde32ecb2502fe59a3f
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 96cc9d9ca..b9f891dad 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -157,7 +157,7 @@ pkg "strunicode", "nim c -r --mm:refc src/strunicode.nim" pkg "supersnappy" pkg "synthesis" pkg "taskpools" -pkg "telebot", "nim c -o:tbot -r src/telebot.nim", allowFailure = true +pkg "telebot", "nim c -o:tbot -r src/telebot.nim" pkg "tempdir" pkg "templates" pkg "tensordsl", "nim c -r --mm:refc tests/tests.nim", "https://krux02@bitbucket.org/krux02/tensordslnim.git" |